Makefile (all, clean): Make these be double-colon targets.
[preload-hacks] / Makefile
index 519270e..e6ddd66 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -138,12 +138,12 @@ DISTFILES         += $(patsubst %, debian/%.lintian-overrides, \
 ###--------------------------------------------------------------------------
 ### Building.
 
-all: $(TARGETS)
+all:: $(TARGETS)
 .PHONY: ALL
 
 CLEAN                  += $(TARGETS)
 CLEAN                  += *.o
-clean:
+clean::
        rm -f $(CLEAN)
 .PHONY: clean