force build of packages when using quilt
[openwrt-10.03/.git] / 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