]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
makefile: remove config.h and config.log in distclean
authorMiroslav Lichvar <mlichvar@redhat.com>
Fri, 13 May 2016 10:27:51 +0000 (12:27 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 13 May 2016 14:58:07 +0000 (16:58 +0200)
Makefile.in

index 3adc586c118658c1c5798f5967ea45e7b7ae2ea3..ea47830dec0fb7fcca0c272997807a224c1fb54c 100644 (file)
@@ -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