about summary refs log tree commit diff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-21 22:38:25 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-21 22:38:25 +0000
commit7100a47961b04b8f5b7f025721787cd3b78f0cd6 (patch)
tree983f622efac747148e7373332862a6bb4a28360a /Makefile.in
parent818a80cdef46d1a062387b695d69cb78a2dd9e41 (diff)
downloadzsh-7100a47961b04b8f5b7f025721787cd3b78f0cd6.tar.gz
zsh-7100a47961b04b8f5b7f025721787cd3b78f0cd6.tar.xz
zsh-7100a47961b04b8f5b7f025721787cd3b78f0cd6.zip
zsh-workers/9405
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
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) $@