summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolker Grabsch <v@njh.eu>2015-01-11 15:06:29 (GMT)
committerVolker Grabsch <v@njh.eu>2015-01-11 15:06:29 (GMT)
commit27d37c27e71f26080679cbf0ac729c527fe568b2 (patch)
treee190b3587b5925ada8ea1e7a49550db7387beb09 /Makefile
parente4202530bc70f9a7d7b75d7ba9ba1feac81ee8f3 (diff)
downloadmxe-27d37c27e71f26080679cbf0ac729c527fe568b2.zip
mxe-27d37c27e71f26080679cbf0ac729c527fe568b2.tar.gz
mxe-27d37c27e71f26080679cbf0ac729c527fe568b2.tar.bz2
Add missing .PHONY entry for cleanup-style
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9e71959..e1947d3 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) ' \