From: Felix Fietkau Date: Fri, 20 Apr 2007 19:04:23 +0000 (+0000) Subject: add missing -prepare target X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=1a4fa5cd3a2b7b45b21323366f4c6b867d0836c4;hp=a6e3a5bb362f92ebe80965bbb6e2a3dcc6858a91 add missing -prepare target SVN-Revision: 7017 --- diff --git a/package/Makefile b/package/Makefile index f5ff8563f3..9a641881a3 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 $*-%,%,$@)