diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-06-08 19:01:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-06-08 19:01:55 +0000 |
commit | 4c8ecf00c4b10bc3af7c93ccc3e2bcc5c33ff280 (patch) | |
tree | 140627e628390e3d6248ec1b75848c80b3a59a16 /include | |
parent | 18d8f9ba8018351fc5cf79c536759ff6334ade29 (diff) | |
download | mtk-20170518-4c8ecf00c4b10bc3af7c93ccc3e2bcc5c33ff280.zip mtk-20170518-4c8ecf00c4b10bc3af7c93ccc3e2bcc5c33ff280.tar.gz mtk-20170518-4c8ecf00c4b10bc3af7c93ccc3e2bcc5c33ff280.tar.bz2 |
force build of packages when using quilt
SVN-Revision: 7539
Diffstat (limited to 'include')
-rw-r--r-- | include/quilt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/quilt.mk b/include/quilt.mk index 53fb0a2..395f64e 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 |