diff options
| author | Tanaka Akira <akr@users.sourceforge.net> | 2000-01-21 22:38:25 +0000 |
|---|---|---|
| committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-01-21 22:38:25 +0000 |
| commit | 7100a47961b04b8f5b7f025721787cd3b78f0cd6 (patch) | |
| tree | 983f622efac747148e7373332862a6bb4a28360a /Makefile.in | |
| parent | zsh-workers/9404 (diff) | |
| download | zsh-7100a47961b04b8f5b7f025721787cd3b78f0cd6.tar zsh-7100a47961b04b8f5b7f025721787cd3b78f0cd6.tar.gz zsh-7100a47961b04b8f5b7f025721787cd3b78f0cd6.tar.bz2 zsh-7100a47961b04b8f5b7f025721787cd3b78f0cd6.tar.lz zsh-7100a47961b04b8f5b7f025721787cd3b78f0cd6.tar.xz zsh-7100a47961b04b8f5b7f025721787cd3b78f0cd6.tar.zst zsh-7100a47961b04b8f5b7f025721787cd3b78f0cd6.zip | |
zsh-workers/9405
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 7fb77b16b..8f162a985 100644 --- a/Makefile.in +++ b/Makefile.in @@ -77,7 +77,7 @@ install.man uninstall.man: # install/uninstall just the shell functions install.fns: - test x$(sitefndir) != xno && $(sdir_top)/mkinstalldirs $(sitefndir) + test x$(sitefndir) != xno && $(sdir_top)/mkinstalldirs $(DESTDIR)$(sitefndir) @cd Completion && $(MAKE) $(MAKEDEFS) $@ @cd Functions && $(MAKE) $(MAKEDEFS) $@ |
