From 4e60cfe51f97990eb1244e2813d12d514a761d7c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 26 Feb 2007 00:41:53 +0000 Subject: use default_subtargets in package/Makefile and target/Makefile SVN-Revision: 6380 --- target/Makefile | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'target/Makefile') diff --git a/target/Makefile b/target/Makefile index 724ac4450d..1b6cbb54ee 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,)) -- cgit v1.2.3