summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-10-31 21:25:07 +0000
committerMorgan Deters <mdeters@gmail.com>2011-10-31 21:25:07 +0000
commitb9082ab783d0c11e369b3f3f341d4da3f4300c6f (patch)
tree83272a498b97db9df71d8e88397a623096ac079b /Makefile
parent78016223982860e98bbc404534eff403452bd82e (diff)
another make distclean fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8cf0fbcc2..5f1b42f0e 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,7 @@ distclean maintainerclean:
$(MAKE) $@; \
fi
test -z "$(builddir)" || rm -fr "$(builddir)"
+ rm -f config.reconfig
# synonyms for "check"
.PHONY: test
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback