From dc17b059eb559d15ea8d17f41fd6b2ef9302e439 Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Tue, 2 Aug 2016 23:46:55 +1000 Subject: [PATCH] Make 'distclean' Makefile target remove .config.h --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 8967b67..dc2dd29 100644 --- a/Makefile.in +++ b/Makefile.in @@ -337,6 +337,7 @@ distclean: clean -$(RM) script/.#* macros/.#* translation/.#* -$(RM) doc/*~ doc/BitchX.bat *.spec -$(RM) Makefile + -$(RM) .config.h export: distclean $(top_srcdir)/autogen.sh || :