1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-23 21:22:48 +02:00

add missing -prepare target

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7017 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-04-20 19:04:23 +00:00
parent d5cdc01a0c
commit df80a7cb6d

View File

@ -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 $*-%,%,$@)