summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-23 18:37:18 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-23 18:37:18 -0800
commit65b1b34f9a057560077b9c7cce9d1148815e3944 (patch)
tree76cd0784ec3813388901ccd8fdebc5e0d4c0bcfa /Makefile
parentbfb9e798d4721a3620b6bcb7f6dc2869d9798f2f (diff)
downloadtxr-65b1b34f9a057560077b9c7cce9d1148815e3944.tar.gz
txr-65b1b34f9a057560077b9c7cce9d1148815e3944.tar.bz2
txr-65b1b34f9a057560077b9c7cce9d1148815e3944.zip
* Makefile (conftest.o): revert change that took CFLAGS from
this target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 09f19439..dfdfe7b4 100644
--- a/Makefile
+++ b/Makefile
@@ -110,7 +110,7 @@ conftest: conftest.c
$(CC) $(CFLAGS) -o $@ $^
conftest.o: conftest.c
- $(CC) $(CFLAGS) -o $@ $^
+ $(CC) -c -o $@ $^
conftest.syms: conftest.o
$(NM) -t o -P $^ > $@