]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
makefile: fix distclean target to not print errors
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 31 Jan 2017 10:20:08 +0000 (11:20 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Tue, 31 Jan 2017 10:22:11 +0000 (11:22 +0100)
Makefile.in

index 058f6c2a21d59aea55d30a91c79c892e014ec773..6f67b92135785d104f421719cfb070340c421d69 100644 (file)
@@ -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 *~