summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-28 02:53:54 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-28 02:53:54 +0000
commit69ac130ada34e7792c1b86d82949123d7573a7d9 (patch)
tree3f608b5d62e9aee734ffd182dfa4c3f2341fde77 /tools
parent7a209707c3e61b00ab1666d73778372fe4bb4790 (diff)
don't force the install->compile, compile->prepare dependencies in subdir.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8202 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 0d6b51597..49b30be44 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -23,6 +23,9 @@ $(STAGING_DIR)/include-host/.done:
# prerequisites for the individual targets
$(curdir)/ := .config
-$(curdir)//prepare := $(STAGING_DIR)/include-host/.done
+$(curdir)//prepare = $(STAGING_DIR)/include-host/.done
+$(curdir)//compile = $(1)/prepare
+$(curdir)//install = $(1)/compile
+
$(eval $(call stampfile,$(curdir),tools))
$(eval $(call subdir,$(curdir)))