remove obsolete stamp dep after r24474

SVN-Revision: 24475
This commit is contained in:
Jo-Philipp Wich 2010-12-11 03:18:31 +00:00
parent bf9e9b6a91
commit e006253f11
1 changed files with 1 additions and 1 deletions

View 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 $@