summaryrefslogtreecommitdiff
path: root/include/quilt.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-10-07 11:32:09 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-10-07 11:32:09 +0000
commitd3f412f4ec3a6e47297ab22c60208394aed9b03c (patch)
tree398b2c1e87c2cbd8c533765f33d8ae407b63ccfe /include/quilt.mk
parent59cf6711609e14d7d0adb4fd729e3bfa3b13bda6 (diff)
downloadmtk-20170518-d3f412f4ec3a6e47297ab22c60208394aed9b03c.zip
mtk-20170518-d3f412f4ec3a6e47297ab22c60208394aed9b03c.tar.gz
mtk-20170518-d3f412f4ec3a6e47297ab22c60208394aed9b03c.tar.bz2
rename PATCH to KPATCH
SVN-Revision: 23286
Diffstat (limited to 'include/quilt.mk')
-rw-r--r--include/quilt.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/quilt.mk b/include/quilt.mk
index 6c4839b..9309fc9 100644
--- a/include/quilt.mk
+++ b/include/quilt.mk
@@ -42,9 +42,9 @@ define PatchDir/Default
@if [ -d "$(2)" -a "$$$$(ls $(2) | wc -l)" -gt 0 ]; then \
if [ -s "$(2)/series" ]; then \
$(call filter_series,$(2)/series) | xargs -n1 \
- $(PATCH) "$(1)" "$(2)"; \
+ $(KPATCH) "$(1)" "$(2)"; \
else \
- $(PATCH) "$(1)" "$(2)"; \
+ $(KPATCH) "$(1)" "$(2)"; \
fi; \
fi
endef