aboutsummaryrefslogtreecommitdiff
path: root/zlib/Makefile.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@cygnus.com>1999-06-21 13:03:47 +0000
committerTom Tromey <tromey@gcc.gnu.org>1999-06-21 13:03:47 +0000
commitb48ed5683a719c42d69bed15028ff177d12ede62 (patch)
tree3eb065174a652092763e1549b98f6df22f1939c4 /zlib/Makefile.in
parentb1b9b120a47d828987d11fe921fd872bf67c496e (diff)
downloadgcc-b48ed5683a719c42d69bed15028ff177d12ede62.zip
gcc-b48ed5683a719c42d69bed15028ff177d12ede62.tar.gz
gcc-b48ed5683a719c42d69bed15028ff177d12ede62.tar.bz2
Makefile.in: Rebuilt.
* Makefile.in: Rebuilt. * Makefile.am (toolexeclibdir): Define as libdir when appropriate. * configure: Rebuilt. * configure.in (USE_LIBDIR): New conditional. From-SVN: r27667
Diffstat (limited to 'zlib/Makefile.in')
-rw-r--r--zlib/Makefile.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/zlib/Makefile.in b/zlib/Makefile.in
index ac34d65..d10b4df 100644
--- a/zlib/Makefile.in
+++ b/zlib/Makefile.in
@@ -91,9 +91,12 @@ MULTIDIRS =
MULTISUBDIR =
MULTIDO = true
MULTICLEAN = true
-
-toolexecdir = $(exec_prefix)/$(target_alias)
-toolexeclibdir = $(toolexecdir)/lib$(MULTISUBDIR)
+@USE_LIBDIR_TRUE@toolexeclibdir = \
+@USE_LIBDIR_TRUE@$(libdir)
+@USE_LIBDIR_FALSE@toolexeclibdir = \
+@USE_LIBDIR_FALSE@$(toolexecdir)/lib$(MULTISUBDIR)
+@USE_LIBDIR_FALSE@toolexecdir = \
+@USE_LIBDIR_FALSE@$(exec_prefix)/$(target_alias)
toolexeclib_LTLIBRARIES = @target_all@
EXTRA_LTLIBRARIES = libzgcj.la