summaryrefslogtreecommitdiff
path: root/include/quilt.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-06-08 19:01:55 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-06-08 19:01:55 +0000
commit4c8ecf00c4b10bc3af7c93ccc3e2bcc5c33ff280 (patch)
tree140627e628390e3d6248ec1b75848c80b3a59a16 /include/quilt.mk
parent18d8f9ba8018351fc5cf79c536759ff6334ade29 (diff)
downloadmtk-20170518-4c8ecf00c4b10bc3af7c93ccc3e2bcc5c33ff280.zip
mtk-20170518-4c8ecf00c4b10bc3af7c93ccc3e2bcc5c33ff280.tar.gz
mtk-20170518-4c8ecf00c4b10bc3af7c93ccc3e2bcc5c33ff280.tar.bz2
force build of packages when using quilt
SVN-Revision: 7539
Diffstat (limited to 'include/quilt.mk')
-rw-r--r--include/quilt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/quilt.mk b/include/quilt.mk
index 53fb0a2..395f64e 100644
--- a/include/quilt.mk
+++ b/include/quilt.mk
@@ -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