From: Miroslav Lichvar Date: Tue, 31 Jan 2017 10:20:08 +0000 (+0100) Subject: makefile: fix distclean target to not print errors X-Git-Tag: 3.1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8076ac10d5c82d290e7e2f3194b38508aa2bed0;p=thirdparty%2Fchrony.git makefile: fix distclean target to not print errors --- diff --git a/Makefile.in b/Makefile.in index 058f6c2a..6f67b921 100644 --- a/Makefile.in +++ b/Makefile.in @@ -64,10 +64,10 @@ chronyc : $(CLI_OBJS) $(CC) $(CFLAGS) -o chronyc $(CLI_OBJS) $(LDFLAGS) $(LIBS) $(EXTRA_CLI_LIBS) distclean : clean - -rm -f .DS_Store - -rm -f Makefile config.h config.log $(MAKE) -C doc distclean $(MAKE) -C test/unit distclean + -rm -f .DS_Store + -rm -f Makefile config.h config.log clean : -rm -f *.o *.s chronyc chronyd core *~