X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile;h=5d4b701c868bdfc62ae9ea8c325c4a958611d681;hp=856baa90f483bea02f2ddcabfbfa407922c3ed45;hb=2512fecb742a1cfd0ce31d81c98bba0a97f3cbe2;hpb=0e46d8c0ac29b851563ef8a8f3300376bf3c893c diff --git a/Makefile b/Makefile index 856baa90..5d4b701c 100644 --- a/Makefile +++ b/Makefile @@ -64,9 +64,9 @@ ccan/%/info: ccan/%/_info $(CC) $(CCAN_CFLAGS) -o $@ -x c $< clean: tools-clean - $(RM) `find * -name '*.o'` `find * -name '.depends'` `find * -name '*.a'` `find * -name info` `find * -name '*.d'` `find ccan -name '*-Makefile'` - $(RM) config.h - $(RM) inter-depends lib-depends test-depends + rm -f `find * -name '*.o'` `find * -name '.depends'` `find * -name '*.a'` `find * -name info` `find * -name '*.d'` `find ccan -name '*-Makefile'` + rm -f config.h + rm -f inter-depends lib-depends test-depends # Creates a dependency from the tests to the object files which it needs. inter-depends: $(ALL_DEPENDS) Makefile