From: Felix Fietkau Date: Fri, 8 Jun 2007 19:01:55 +0000 (+0000) Subject: force build of packages when using quilt X-Git-Tag: reboot~28998 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=commitdiff_plain;h=4c8ecf00c4b10bc3af7c93ccc3e2bcc5c33ff280 force build of packages when using quilt SVN-Revision: 7539 --- 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