From 7a1a2ed509f01fd1310d233be8ed4c4c93d49d83 Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 18 Apr 2007 17:35:46 +0000 Subject: the default_subtargets template was a bad idea, since different makefiles require different types of dependencies for subtargets. nuke it... git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7003 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/Makefile') diff --git a/target/Makefile b/target/Makefile index 1b6cbb54e..9a7dff2a7 100644 --- a/target/Makefile +++ b/target/Makefile @@ -51,4 +51,5 @@ image_install: image_compile imagebuilder_install: image_install $(MAKE) -C imagebuilder install -$(eval $(call default_subtargets,)) +%-prereq %-prepare %-download %-clean %-compile %-install: FORCE + $(MAKE) -C $* $(patsubst $*-%,%,$@) -- cgit v1.2.3