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/Makefile.in | |
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/Makefile.in')
-rw-r--r-- | zlib/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 = |