From: Felix Fietkau Date: Fri, 8 Jun 2007 19:01:55 +0000 (+0000) Subject: force build of packages when using quilt X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=7e1d618fd8fef460ab666339fb3285074657fd36;p=15.05%2Fopenwrt.git force build of packages when using quilt git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7539 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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