force build of packages when using quilt
authorFelix Fietkau <nbd@openwrt.org>
Fri, 8 Jun 2007 19:01:55 +0000 (19:01 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 8 Jun 2007 19:01:55 +0000 (19:01 +0000)
SVN-Revision: 7539

include/quilt.mk

index 53fb0a262bef05f7bc34fd9c7ad7a02e2aceef52..395f64e1747335b648d79ef2a2725524b4105fd8 100644 (file)
@@ -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