diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-21 15:02:22 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-21 15:02:22 +0000 |
commit | 598967556e32ed07d97fe56bd41eb115fcce7b3b (patch) | |
tree | 404ed24c2c0dd8c3c7852b900f96f01a682dc674 /zlib | |
parent | dacaf9b0c6553a346481cd392c8af525e23e8e50 (diff) | |
download | gcc-598967556e32ed07d97fe56bd41eb115fcce7b3b.tar.gz |
* Makefile.in: Rebuilt.
* Makefile.am (libzgcj_la_LDFLAGS): Use -version-info, not
-release.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27669 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'zlib')
-rw-r--r-- | zlib/ChangeLog.gcj | 4 | ||||
-rw-r--r-- | zlib/Makefile.am | 2 | ||||
-rw-r--r-- | zlib/Makefile.in | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/zlib/ChangeLog.gcj b/zlib/ChangeLog.gcj index a6b1c9d1f25..73e527847ed 100644 --- a/zlib/ChangeLog.gcj +++ b/zlib/ChangeLog.gcj @@ -1,6 +1,10 @@ 1999-06-21 Tom Tromey <tromey@cygnus.com> * Makefile.in: Rebuilt. + * Makefile.am (libzgcj_la_LDFLAGS): Use -version-info, not + -release. + + * Makefile.in: Rebuilt. * Makefile.am (toolexeclibdir): Define as libdir when appropriate. * configure: Rebuilt. diff --git a/zlib/Makefile.am b/zlib/Makefile.am index f00bc78a354..6f1ab4d3dfe 100644 --- a/zlib/Makefile.am +++ b/zlib/Makefile.am @@ -29,4 +29,4 @@ gzio.c infblock.c infblock.h infcodes.c infcodes.h inffast.c inffast.h \ inffixed.h inflate.c inftrees.c inftrees.h infutil.c infutil.h trees.c \ trees.h uncompr.c zconf.h zlib.h zutil.c zutil.h -libzgcj_la_LDFLAGS = -release $(VERSION) -rpath $(toolexeclibdir) +libzgcj_la_LDFLAGS = -version-info 0:0:0 -rpath $(toolexeclibdir) diff --git a/zlib/Makefile.in b/zlib/Makefile.in index d10b4df0211..91c6199efb2 100644 --- a/zlib/Makefile.in +++ b/zlib/Makefile.in @@ -107,7 +107,7 @@ inffixed.h inflate.c inftrees.c inftrees.h infutil.c infutil.h trees.c \ trees.h uncompr.c zconf.h zlib.h zutil.c zutil.h -libzgcj_la_LDFLAGS = -release $(VERSION) -rpath $(toolexeclibdir) +libzgcj_la_LDFLAGS = -version-info 0:0:0 -rpath $(toolexeclibdir) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs CONFIG_CLEAN_FILES = |