about summary refs log tree commit diff
path: root/Config/defs.mk.in
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-12-08 16:22:24 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-12-08 16:22:24 +0000
commit31ace3492324d1bcae673f60b80b0314cbe8d63c (patch)
treeed8c48f54688580817b071c571c5e4344417fc17 /Config/defs.mk.in
parentb4e58a378bebc36f5426a48af448bcc14cf7150e (diff)
downloadzsh-31ace3492324d1bcae673f60b80b0314cbe8d63c.tar.gz
zsh-31ace3492324d1bcae673f60b80b0314cbe8d63c.tar.xz
zsh-31ace3492324d1bcae673f60b80b0314cbe8d63c.zip
zsh-workers/8950
Diffstat (limited to 'Config/defs.mk.in')
-rw-r--r--Config/defs.mk.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/Config/defs.mk.in b/Config/defs.mk.in
index f159cf9dc..8ec2a3056 100644
--- a/Config/defs.mk.in
+++ b/Config/defs.mk.in
@@ -28,12 +28,15 @@
 SHELL = /bin/sh
 @SET_MAKE@
 
+# install basename
+tzsh            = @tzsh@
+
 # installation directories
 prefix          = @prefix@
 exec_prefix     = @exec_prefix@
 bindir          = @bindir@
 libdir          = @libdir@
-MODDIR          = $(libdir)/@tzsh@/$(VERSION)
+MODDIR          = $(libdir)/$(tzsh)/$(VERSION)
 infodir         = @infodir@
 mandir          = @mandir@
 fndir           = @fndir@
@@ -80,7 +83,7 @@ DLCFLAGS='$(DLCFLAGS)' DLLDFLAGS='$(DLLDFLAGS)' \
 LIBLDFLAGS='$(LIBLDFLAGS)' EXELDFLAGS='$(EXELDFLAGS)' \
 LIBS='$(LIBS)' DL_EXT='$(DL_EXT)' DLLD='$(DLLD)' \
 AWK='$(AWK)' YODL='$(YODL)' YODL2TXT='$(YODL2TXT)' YODL2HTML='$(YODL2HTML)' \
-FUNCTIONS_INSTALL='$(FUNCTIONS_INSTALL)'
+FUNCTIONS_INSTALL='$(FUNCTIONS_INSTALL)' tzsh='$(tzsh)'
 
 # override built-in suffix list
 .SUFFIXES: