mirror of git://gcc.gnu.org/git/gcc.git
Makefile.in: Rebuilt.
* Makefile.in: Rebuilt. * Makefile.am (libzgcj_la_LDFLAGS): Use -version-info, not -release. From-SVN: r27669
This commit is contained in:
parent
f687c79ec7
commit
d0dd4837f8
|
|
@ -1,5 +1,9 @@
|
||||||
1999-06-21 Tom Tromey <tromey@cygnus.com>
|
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.in: Rebuilt.
|
||||||
* Makefile.am (toolexeclibdir): Define as libdir when
|
* Makefile.am (toolexeclibdir): Define as libdir when
|
||||||
appropriate.
|
appropriate.
|
||||||
|
|
|
||||||
|
|
@ -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 \
|
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
|
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)
|
||||||
|
|
|
||||||
|
|
@ -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
|
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
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
|
||||||
CONFIG_CLEAN_FILES =
|
CONFIG_CLEAN_FILES =
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue