force build of packages when using quilt
SVN-Revision: 7539
This commit is contained in:
parent
18d8f9ba80
commit
4c8ecf00c4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue