move a stampfile to make it easier to override the patch template
[openwrt-10.03/.git] / include / host-build.mk
index c0d62148e881a79af31044df8caddfc1cdb834bc..e0a2ec1493fc126f223ff1c9c0973bccee973199 100644 (file)
@@ -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