summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-04 14:18:15 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-04 14:18:15 -0800
commit60fc93f668e00b8723b6ad2c9f0c683433324011 (patch)
tree2375f968913cebec17d95fa47bb43749cbebdc3c /Makefile
parent802e61bb121077c16e55cbab2f569cca3269c1fe (diff)
downloadtxr-60fc93f668e00b8723b6ad2c9f0c683433324011.tar.gz
txr-60fc93f668e00b8723b6ad2c9f0c683433324011.tar.bz2
txr-60fc93f668e00b8723b6ad2c9f0c683433324011.zip
distclean must remove config.log too.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 129e3288..643e62a6 100644
--- a/Makefile
+++ b/Makefile
@@ -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