aboutsummaryrefslogtreecommitdiffstats
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
commit7e1d618fd8fef460ab666339fb3285074657fd36 (patch)
treeddf8babbe784870dfd915f17c96032278f94bf02 /include/quilt.mk
parentac57a45bf5572f3fa29bcf4ff04cd4f9c0a90af8 (diff)
downloadmaster-187ad058-7e1d618fd8fef460ab666339fb3285074657fd36.tar.gz
master-187ad058-7e1d618fd8fef460ab666339fb3285074657fd36.tar.bz2
master-187ad058-7e1d618fd8fef460ab666339fb3285074657fd36.zip
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 53fb0a262b..395f64e174 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