summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-23 17:56:20 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-23 17:56:20 -0800
commita7d759201fb53a5d632a0d178908da0248ff9cc1 (patch)
treecfd5b630324f2470039469d5962346a1c62d3f70 /Makefile
parent65e6e1ac4913e82778db75f23fbd05667c23db1f (diff)
downloadtxr-a7d759201fb53a5d632a0d178908da0248ff9cc1.tar.gz
txr-a7d759201fb53a5d632a0d178908da0248ff9cc1.tar.bz2
txr-a7d759201fb53a5d632a0d178908da0248ff9cc1.zip
* configure: Bugfix in parsing configuration variables
which contain the = character. * Makefile (conftest.o): Pass full CFLAGS to configuration test builds. If some flags don't work with the compiler, this should be caught.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1313fe7a..cf9ba871 100644
--- a/Makefile
+++ b/Makefile
@@ -109,8 +109,6 @@ config.make:
conftest: conftest.c
$(CC) -o $@ $^
-conftest.o: CFLAGS := $(LANG_FLAGS)
-
conftest.o: conftest.c
conftest.syms: conftest.o