summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-12-11 03:18:31 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-12-11 03:18:31 +0000
commite006253f112608c411f75eadfb28004edead07d6 (patch)
treefadcab469c31d39fcd97a4014598d0616bc82245 /tools/Makefile
parentbf9e9b6a9164a4085ec1dd4f5b47e0b0eb3b80b5 (diff)
downloadmaster-31e0f0ae-e006253f112608c411f75eadfb28004edead07d6.tar.gz
master-31e0f0ae-e006253f112608c411f75eadfb28004edead07d6.tar.bz2
master-31e0f0ae-e006253f112608c411f75eadfb28004edead07d6.zip
remove obsolete stamp dep after r24474
SVN-Revision: 24475
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 7f22591dcc..e96167b4e7 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -63,7 +63,7 @@ define PrepareStaging
endef
# preparatory work
-$(STAGING_DIR)/.prepared: $(TMP_DIR)/.build $(STAGING_DIR_HOST)/.prepared
+$(STAGING_DIR)/.prepared: $(TMP_DIR)/.build
$(call PrepareStaging,$(STAGING_DIR))
mkdir -p $(BUILD_DIR)/stamp
touch $@