diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-04 14:18:15 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-04 14:18:15 -0800 |
commit | 60fc93f668e00b8723b6ad2c9f0c683433324011 (patch) | |
tree | 2375f968913cebec17d95fa47bb43749cbebdc3c /Makefile | |
parent | 802e61bb121077c16e55cbab2f569cca3269c1fe (diff) | |
download | txr-60fc93f668e00b8723b6ad2c9f0c683433324011.tar.gz txr-60fc93f668e00b8723b6ad2c9f0c683433324011.tar.bz2 txr-60fc93f668e00b8723b6ad2c9f0c683433324011.zip |
distclean must remove config.log too.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ clean: y.tab.c lex.yy.c y.tab.h y.output $(TESTS:.ok=.out) distclean: clean - rm -f config.make + rm -f config.make config.log depend: $(PROG) $(PROG) $(top_srcdir)/depend.txr > $(top_srcdir)/dep.mk |