From b9082ab783d0c11e369b3f3f341d4da3f4300c6f Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Mon, 31 Oct 2011 21:25:07 +0000 Subject: [PATCH] another make distclean fix --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2