[tools] remove obsolete stamp dep after r24474
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24475 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
1e0decbb96
commit
7ffb9a20d6
|
@ -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 New Issue