remove obsolete stamp dep after r24474
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 11 Dec 2010 03:18:31 +0000 (03:18 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 11 Dec 2010 03:18:31 +0000 (03:18 +0000)
SVN-Revision: 24475

tools/Makefile

index 7f22591dcce5eed689a07b9d37407d7fa4e7c92f..e96167b4e7bc13e224b25e052f5d0e749b05d973 100644 (file)
@@ -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 $@