Add missing .PHONY entry for cleanup-style

This commit is contained in:
Volker Grabsch 2015-01-11 10:06:29 -05:00
parent e4202530bc
commit 27d37c27e7
1 changed files with 1 additions and 0 deletions

View File

@ -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) ' \