From d3f412f4ec3a6e47297ab22c60208394aed9b03c Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 7 Oct 2010 11:32:09 +0000 Subject: rename PATCH to KPATCH SVN-Revision: 23286 --- include/quilt.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/quilt.mk b/include/quilt.mk index 6c4839ba4a..9309fc94b7 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 -- cgit v1.2.3