summaryrefslogtreecommitdiffstats
path: root/include/quilt.mk
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-08 19:01:55 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-08 19:01:55 +0000
commit8ae42e7a4b611d9b368d1b0ddb3b3a02250d73d4 (patch)
treeddf8babbe784870dfd915f17c96032278f94bf02 /include/quilt.mk
parent1cd6841cda741cafc3fd6cb564e8a05d807f23e8 (diff)
force build of packages when using quilt
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7539 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 53fb0a262..395f64e17 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