Skip to content

Commit

Permalink
scripts/Makefile: build zsh script even in an out-of-tree build
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Dec 16, 2015
1 parent c3eeb52 commit 28533d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 28533d3

Please sign in to comment.