diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-02-22 17:50:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-02-22 17:50:31 +0000 |
commit | bc6fcb0067e2af16337cd3144c4c5ab532f09ac0 (patch) | |
tree | 8448fe9c85f22a4cb81881229faf799010bf5a5d /include/host-build.mk | |
parent | 745ccfb97e13183f7bd2a869e7dca42138a375c3 (diff) | |
download | upstream-bc6fcb0067e2af16337cd3144c4c5ab532f09ac0.tar.gz upstream-bc6fcb0067e2af16337cd3144c4c5ab532f09ac0.tar.bz2 upstream-bc6fcb0067e2af16337cd3144c4c5ab532f09ac0.zip |
eliminate redundancy by creating the quilt_used stampfile in the right place
SVN-Revision: 14620
Diffstat (limited to 'include/host-build.mk')
-rw-r--r-- | include/host-build.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/host-build.mk b/include/host-build.mk index fdba1b36cb..3f714cd682 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -27,7 +27,6 @@ ifneq ($(strip $(HOST_UNPACK)),) define Host/Prepare/Default $(HOST_UNPACK) $(Host/Patch) - $(if $(QUILT),touch $(HOST_BUILD_DIR)/.quilt_used) endef endif |