add missing -prepare target
SVN-Revision: 7017
This commit is contained in:
parent
24c0c2bd0c
commit
9cb1c0e1ef
1 changed files with 2 additions and 2 deletions
|
@ -26,9 +26,9 @@ ifeq ($(QUIET),1)
|
||||||
%-compile %-install: FORCE
|
%-compile %-install: FORCE
|
||||||
$(MAKE) -C $* $(patsubst $*-%,%,$@) || { $(call MESSAGE, "*** $* $(patsubst $*-%,%,$@) failed"); false; }
|
$(MAKE) -C $* $(patsubst $*-%,%,$@) || { $(call MESSAGE, "*** $* $(patsubst $*-%,%,$@) failed"); false; }
|
||||||
|
|
||||||
%-prereq %-download %-clean: FORCE
|
%-prepare %-prereq %-download %-clean: FORCE
|
||||||
else
|
else
|
||||||
%-prereq %-download %-clean %-compile %-install: FORCE
|
%-prepare %-prereq %-download %-clean %-compile %-install: FORCE
|
||||||
endif
|
endif
|
||||||
$(MAKE) -C $* $(patsubst $*-%,%,$@)
|
$(MAKE) -C $* $(patsubst $*-%,%,$@)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue