From 27d37c27e71f26080679cbf0ac729c527fe568b2 Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Sun, 11 Jan 2015 10:06:29 -0500 Subject: [PATCH] Add missing .PHONY entry for cleanup-style --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9e719599..e1947d33 100644 --- a/Makefile +++ b/Makefile @@ -300,6 +300,7 @@ update-checksum-%: $(SED) -i 's/^\([^ ]*_CHECKSUM *:=\).*/\1 '"`$(call PKG_CHECKSUM,$*)`"'/' '$(TOP_DIR)/src/$*.mk', \ $(error package $* not found in index.html)) +.PHONY: cleanup-style cleanup-style: @$(foreach FILE,$(wildcard $(addprefix $(TOP_DIR)/,Makefile index.html CNAME src/*.mk src/*test.* tools/*)),\ $(SED) ' \