move a stampfile to make it easier to override the patch template

SVN-Revision: 9062
This commit is contained in:
Felix Fietkau
2007-09-29 03:39:57 +00:00
parent 5f1d42ea7c
commit d1933f9761
4 changed files with 3 additions and 2 deletions

View File

@@ -39,6 +39,7 @@ ifneq ($(strip $(PKG_UNPACK)),)
define Build/Prepare/Default
$(PKG_UNPACK)
$(Build/Patch)
$(if $(QUILT),touch $(PKG_BUILD_DIR)/.quilt_used)
endef
endif