blob: 6916df70bcc4568ac4ef452490316d2ae8748cb5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- linux/Makefile.old 2009-02-06 14:27:11.000000000 +0100
+++ linux/Makefile 2009-02-06 14:27:40.000000000 +0100
@@ -19,7 +19,7 @@
@echo 'Do not call this file directly'
wolfgl: $(LINUX_OBJS) $(COMMON_OBJS)
- $(CC) $(LINK_FLAGS) $(COMMON_OBJS) $(LINUX_OBJS) -o $(OUTDIR)/wolfgl
+ $(CC) $(LDFLAGS) $(COMMON_OBJS) $(LINUX_OBJS) $(LINK_FLAGS) -o $(OUTDIR)/wolfgl
# common directory
|