fix spontaneous rebuilds caused by make package/<name>/update with quilt

SVN-Revision: 8879
This commit is contained in:
Felix Fietkau
2007-09-20 16:17:50 +00:00
parent c538ef9899
commit e554dafa93
3 changed files with 2 additions and 3 deletions

View File

@@ -26,7 +26,6 @@ endef
QUILT?=$(strip $(shell test -f $(PKG_BUILD_DIR)/.quilt_used && echo y))
ifneq ($(QUILT),)
STAMP_PREPARED:=$(strip $(STAMP_PREPARED))_q
STAMP_PATCHED:=$(PKG_BUILD_DIR)/.quilt_patched
override CONFIG_AUTOREBUILD=
define Build/Patch/Default