remove obsolete stamp dep after r24474
SVN-Revision: 24475
This commit is contained in:
parent
bf9e9b6a91
commit
e006253f11
1 changed files with 1 additions and 1 deletions
|
@ -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 $@
|
||||||
|
|
Loading…
Reference in a new issue