Commit 28533d32 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

scripts/Makefile: build zsh script even in an out-of-tree build

parent c3eeb526
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)