diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-02-26 00:41:53 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-02-26 00:41:53 +0000 |
commit | 02059e7283fa828bb98a52754ec6d9019e858bf0 (patch) | |
tree | 1745aabc1cef822f3399fabd49543c5e57517956 /target/Makefile | |
parent | 50de7d16545ea58128b15baee5b9869b47f18bc0 (diff) |
use default_subtargets in package/Makefile and target/Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6380 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/Makefile')
-rw-r--r-- | target/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/target/Makefile b/target/Makefile index 724ac4450..1b6cbb54e 100644 --- a/target/Makefile +++ b/target/Makefile @@ -51,14 +51,4 @@ image_install: image_compile imagebuilder_install: image_install $(MAKE) -C imagebuilder install -%-clean: FORCE - $(MAKE) -C $(patsubst %-clean,%,$@) clean -%-download: FORCE - $(MAKE) -C $(patsubst %-download,%,$@) download -%-prepare: FORCE - $(MAKE) -C $(patsubst %-prepare,%,$@) prepare -%-compile: %-prepare - $(MAKE) -C $(patsubst %-compile,%,$@) compile -%-install: %-compile - $(MAKE) -C $(patsubst %-install,%,$@) install - +$(eval $(call default_subtargets,)) |