summaryrefslogtreecommitdiffstats
path: root/include/host-build.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-09-29 03:39:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-09-29 03:39:57 +0000
commitd1933f97616f741723c7dbe0efb32bd9100c7886 (patch)
treeb3b2a6549afe1de928cbe3eea56fed810a619a40 /include/host-build.mk
parent5f1d42ea7ccab83a4e2e0a4147e39c5a1e19c89b (diff)
downloadmaster-31e0f0ae-d1933f97616f741723c7dbe0efb32bd9100c7886.tar.gz
master-31e0f0ae-d1933f97616f741723c7dbe0efb32bd9100c7886.tar.bz2
master-31e0f0ae-d1933f97616f741723c7dbe0efb32bd9100c7886.zip
move a stampfile to make it easier to override the patch template
SVN-Revision: 9062
Diffstat (limited to 'include/host-build.mk')
-rw-r--r--include/host-build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/host-build.mk b/include/host-build.mk
index c0d62148e8..e0a2ec1493 100644
--- a/include/host-build.mk
+++ b/include/host-build.mk
@@ -27,6 +27,7 @@ ifneq ($(strip $(PKG_UNPACK)),)
define Build/Prepare/Default
$(PKG_UNPACK)
$(Build/Patch)
+ $(if $(QUILT),touch $(PKG_BUILD_DIR)/.quilt_used)
endef
endif