diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-23 18:15:57 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-23 18:15:57 -0800 |
commit | 63fbaaa539d3120392509d7796649571c1417889 (patch) | |
tree | 3ea868f09480eb94100b5f53c6ccd6e5f25b483c /Makefile | |
parent | a7d759201fb53a5d632a0d178908da0248ff9cc1 (diff) | |
download | txr-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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 $^ > $@ |