X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/7b4b80fe26ff3f79543e5ad491667351d7f244f3..e3101f5c1df3cce83656d99342cb2f36c1ba4329:/package/Makefile diff --git a/package/Makefile b/package/Makefile index f5ff8563f..9a641881a 100644 --- a/package/Makefile +++ b/package/Makefile @@ -26,9 +26,9 @@ ifeq ($(QUIET),1) %-compile %-install: FORCE $(MAKE) -C $* $(patsubst $*-%,%,$@) || { $(call MESSAGE, "*** $* $(patsubst $*-%,%,$@) failed"); false; } -%-prereq %-download %-clean: FORCE +%-prepare %-prereq %-download %-clean: FORCE else -%-prereq %-download %-clean %-compile %-install: FORCE +%-prepare %-prereq %-download %-clean %-compile %-install: FORCE endif $(MAKE) -C $* $(patsubst $*-%,%,$@)