summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-23 18:15:57 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-23 18:15:57 -0800
commit63fbaaa539d3120392509d7796649571c1417889 (patch)
tree3ea868f09480eb94100b5f53c6ccd6e5f25b483c /Makefile
parenta7d759201fb53a5d632a0d178908da0248ff9cc1 (diff)
downloadtxr-63fbaaa539d3120392509d7796649571c1417889.tar.gz
txr-63fbaaa539d3120392509d7796649571c1417889.tar.bz2
txr-63fbaaa539d3120392509d7796649571c1417889.zip
Reporting of compile errors during configuration for easier
configure debugging.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cf9ba871..09f19439 100644
--- a/Makefile
+++ b/Makefile
@@ -107,9 +107,10 @@ config.make:
#
conftest: conftest.c
- $(CC) -o $@ $^
+ $(CC) $(CFLAGS) -o $@ $^
conftest.o: conftest.c
+ $(CC) $(CFLAGS) -o $@ $^
conftest.syms: conftest.o
$(NM) -t o -P $^ > $@