From: Miroslav Lichvar Date: Fri, 13 May 2016 10:27:51 +0000 (+0200) Subject: makefile: remove config.h and config.log in distclean X-Git-Tag: 2.4-pre1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16a1a89bf47ff808ee5843f02603ed641f6e51c3;p=thirdparty%2Fchrony.git makefile: remove config.h and config.log in distclean --- diff --git a/Makefile.in b/Makefile.in index 3adc586c..ea47830d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -71,7 +71,7 @@ $(HASH_OBJ) : $(patsubst %.o,%.c,$(HASH_OBJ)) distclean : clean -rm -f .DS_Store - -rm -f Makefile + -rm -f Makefile config.h config.log $(MAKE) -C doc distclean $(MAKE) -C test/unit distclean