aboutsummaryrefslogtreecommitdiffstats
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
commit7ffb9a20d622a881045b1525613752c9ee0d92b8 (patch)
treec1222a006f2c8be94d328160ee8327bad68f9bba /tools/Makefile
parent1e0decbb96b45f224d8345f01710ac8fc64748b0 (diff)
downloadupstream-7ffb9a20d622a881045b1525613752c9ee0d92b8.tar.gz
upstream-7ffb9a20d622a881045b1525613752c9ee0d92b8.tar.bz2
upstream-7ffb9a20d622a881045b1525613752c9ee0d92b8.zip
[tools] remove obsolete stamp dep after r24474
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24475 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 $@