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