eliminate redundancy by creating the quilt_used stampfile in the right place

SVN-Revision: 14620
This commit is contained in:
Felix Fietkau
2009-02-22 17:50:31 +00:00
parent 745ccfb97e
commit bc6fcb0067
5 changed files with 2 additions and 4 deletions

View File

@@ -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