force build of packages when using quilt
SVN-Revision: 7539
This commit is contained in:
parent
18d8f9ba80
commit
4c8ecf00c4
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ ifneq ($(QUILT),)
|
||||||
@echo
|
@echo
|
||||||
touch $(PKG_BUILD_DIR)/.quilt_used
|
touch $(PKG_BUILD_DIR)/.quilt_used
|
||||||
endef
|
endef
|
||||||
$(STAMP_CONFIGURED): $(STAMP_PATCHED)
|
$(STAMP_CONFIGURED): $(STAMP_PATCHED) FORCE
|
||||||
prepare: $(STAMP_PATCHED)
|
prepare: $(STAMP_PATCHED)
|
||||||
quilt-check: $(STAMP_PATCHED)
|
quilt-check: $(STAMP_PATCHED)
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue