mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
An install fix for Cygwin from Thorsten Dahlheimer.
This commit is contained in:
parent
ccea851d9c
commit
17b224a549
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ install.bin-L: $(LIBZSH)
|
|||
${SHELL} $(sdir_top)/mkinstalldirs $(DESTDIR)$(libdir)/$(tzsh)
|
||||
$(INSTALL_PROGRAM) $(LIBZSH) $(DESTDIR)$(libdir)/$(tzsh)/$(LIBZSH)
|
||||
install.cygwin-lib: $(LIBZSH)
|
||||
${SHELL} $(sdir_top)/mkinstalldirs $(DESTDIR)$(bindir)
|
||||
$(INSTALL_PROGRAM) $(LIBZSH) $(DESTDIR)$(bindir)/$(LIBZSH)
|
||||
.PHONY: install.bin-N install.bin-L install.cygwin-lib
|
||||
|
||||
|
|
Loading…
Reference in a new issue