summaryrefslogtreecommitdiff
blob: 3f0daa0880104f3de0b94a580a8113870d6d02c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
https://sourceforge.net/tracker/index.php?func=detail&aid=2166388&group_id=101612&atid=630105

--- Makefile.in	2008-10-14 16:37:22 +0000
+++ Makefile.in	2008-10-14 16:38:17 +0000
@@ -70,10 +70,10 @@
 #
 
 detox: ${detoxOBJS}
-	${CC} -o detox ${detoxOBJS} ${L_OPT}
+	${CC} ${LDFLAGS} -o detox ${detoxOBJS} ${L_OPT}
 
 inline-detox: ${inline-detoxOBJS}
-	${CC} -o inline-detox ${inline-detoxOBJS} ${L_OPT}
+	${CC} ${LDFLAGS} -o inline-detox ${inline-detoxOBJS} ${L_OPT}
 
 #
 # Special Source Compiles