summaryrefslogtreecommitdiff
blob: f9da771e1d79746f25eab89616e46e79797acb0e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/linux/Makefile    2009-02-06 14:27:11.000000000 +0100
+++ b/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