From 28533d3277380456119d281b8ea157dd1f2f2991 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 16 Dec 2015 22:13:02 +0100 Subject: scripts/Makefile: build zsh script even in an out-of-tree build --- scripts/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 110a1d521..d10f46aae 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -28,7 +28,7 @@ all-local: $(ZSH_COMPLETION_FUNCTION_FILENAME) $(ZSH_COMPLETION_FUNCTION_FILENAME): zsh.pl @if ! test -x "$(PERL)"; then echo "No perl: can't install zsh.pl"; exit 0; fi - $(PERL) zsh.pl > $@ + $(PERL) $(srcdir)/zsh.pl > $@ install-data-local: $(MKDIR_P) $(DESTDIR)$(ZSH_FUNCTIONS_DIR) -- cgit v1.2.3