force build of packages when using quilt

SVN-Revision: 7539
This commit is contained in:
Felix Fietkau 2007-06-08 19:01:55 +00:00
parent 18d8f9ba80
commit 4c8ecf00c4
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ ifneq ($(QUILT),)
@echo
touch $(PKG_BUILD_DIR)/.quilt_used
endef
$(STAMP_CONFIGURED): $(STAMP_PATCHED)
$(STAMP_CONFIGURED): $(STAMP_PATCHED) FORCE
prepare: $(STAMP_PATCHED)
quilt-check: $(STAMP_PATCHED)
else