summaryrefslogtreecommitdiff
path: root/tools/flask
diff options
context:
space:
mode:
authorIan Jackson <ian.jackson@eu.citrix.com>2017-09-04 17:46:15 +0100
committerWei Liu <wei.liu2@citrix.com>2017-09-07 16:21:54 +0100
commitfff4aa914d125442fcfd052993fad9c4bea5f694 (patch)
tree3a174f65d4a3dd49a433c7fb0d3824944698d83d /tools/flask
parent300929f6e400e6540f8c486ad5dd088335bd07f3 (diff)
downloadxen-fff4aa914d125442fcfd052993fad9c4bea5f694.tar.gz
DEPS handling: Use DEPS_INCLUDE everywhere
DEPS_INCLUDE is currently the same as DEPS, so no functional change. This patch is the result of this perl rune: git-grep -l 'include.*DEPS' | xargs perl -i -pe 'next unless m/^-?include/; s/\bDEPS\b/DEPS_INCLUDE/' I have verified that I haven't missed anything, with this rune: git-grep '\bDEPS\b' Reported-by: Jan Beulich <JBeulich@suse.com> CC: Wei Liu <wei.liu2@citrix.com> Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com> Acked-by: Jan Beulich <jbeulich@suse.com> Acked-by: Wei Liu <wei.liu2@citrix.com>
Diffstat (limited to 'tools/flask')
-rw-r--r--tools/flask/utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/flask/utils/Makefile b/tools/flask/utils/Makefile
index 4c0e052636..ae87102144 100644
--- a/tools/flask/utils/Makefile
+++ b/tools/flask/utils/Makefile
@@ -59,4 +59,4 @@ install: all
uninstall:
rm -f $(addprefix $(DESTDIR)$(sbindir)/, $(CLIENTS))
--include $(DEPS)
+-include $(DEPS_INCLUDE)