summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-07-30 18:22:01 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-07-30 18:22:01 +0000
commit49e628f7652e9f7ce63b932f83b22756a65ff3b9 (patch)
treeda6a7f4c8cc7c3e49b2af71d736762b4bb431fba /tools
parent2e072cfb4b9d1818d1bdc98dba70d0d4ff1b56c3 (diff)
downloadmaster-31e0f0ae-49e628f7652e9f7ce63b932f83b22756a65ff3b9.tar.gz
master-31e0f0ae-49e628f7652e9f7ce63b932f83b22756a65ff3b9.tar.bz2
master-31e0f0ae-49e628f7652e9f7ce63b932f83b22756a65ff3b9.zip
next round of build system cleanup - convert package/ to new structure
SVN-Revision: 8236
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 2b0143e6b3..5ad4bfd723 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -25,9 +25,9 @@ endef
$(eval $(call copy_include,$(curdir)))
# prerequisites for the individual targets
-$(curdir)/ := .config
+$(curdir)/ := .config prereq
$(curdir)//compile = $(1)/prepare
$(curdir)//install = $(1)/compile
-$(eval $(call stampfile,$(curdir),tools))
+$(eval $(call stampfile,$(curdir),tools,install))
$(eval $(call subdir,$(curdir)))