Browse Source

remove obsolete stamp dep after r24474

SVN-Revision: 24475
Jo-Philipp Wich 15 years ago
parent
commit
e006253f11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/Makefile

+ 1 - 1
tools/Makefile

@@ -63,7 +63,7 @@ define PrepareStaging
 endef
 endef
 
 
 # preparatory work
 # preparatory work
-$(STAGING_DIR)/.prepared: $(TMP_DIR)/.build $(STAGING_DIR_HOST)/.prepared
+$(STAGING_DIR)/.prepared: $(TMP_DIR)/.build
 	$(call PrepareStaging,$(STAGING_DIR))
 	$(call PrepareStaging,$(STAGING_DIR))
 	mkdir -p $(BUILD_DIR)/stamp
 	mkdir -p $(BUILD_DIR)/stamp
 	touch $@
 	touch $@