summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-23 18:42:41 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-23 18:42:41 -0800
commit8ba87177ddfa5e5a77dcc1447da2233a3bf3732c (patch)
tree223ddc28dc5d09833abba586e0d6d0fef5f590d7 /Makefile
parent65b1b34f9a057560077b9c7cce9d1148815e3944 (diff)
downloadtxr-8ba87177ddfa5e5a77dcc1447da2233a3bf3732c.tar.gz
txr-8ba87177ddfa5e5a77dcc1447da2233a3bf3732c.tar.bz2
txr-8ba87177ddfa5e5a77dcc1447da2233a3bf3732c.zip
WTF
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dfdfe7b4..05f2d19c 100644
--- a/Makefile
+++ b/Makefile
@@ -110,7 +110,7 @@ conftest: conftest.c
$(CC) $(CFLAGS) -o $@ $^
conftest.o: conftest.c
- $(CC) -c -o $@ $^
+ $(CC) $(CFLAGS) -c -o $@ $^
conftest.syms: conftest.o
$(NM) -t o -P $^ > $@