Makefile.am (libstdc___la_LDFLAGS): Use -release instead of -version-info, use substituted VERSION info.
2001-08-08 Benjamin Kosnik <bkoz@redhat.com> * src/Makefile.am (libstdc___la_LDFLAGS): Use -release instead of -version-info, use substituted VERSION info. * src/Makefile.in: Regenerate. From-SVN: r44730
This commit is contained in:
parent
30f7a3786c
commit
e8406c89d1
@ -1,3 +1,9 @@
|
||||
2001-08-08 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* src/Makefile.am (libstdc___la_LDFLAGS): Use -release instead of
|
||||
-version-info, use substituted VERSION info.
|
||||
* src/Makefile.in: Regenerate.
|
||||
|
||||
2001-08-07 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
Implement std::messages.
|
||||
|
@ -21,7 +21,7 @@
|
||||
## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
|
||||
## USA.
|
||||
|
||||
## $Id: Makefile.am,v 1.90 2001/07/13 16:47:55 pme Exp $
|
||||
## $Id: Makefile.am,v 1.91 2001/08/08 02:49:00 bkoz Exp $
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.3 gnits
|
||||
MAINT_CHARSET = latin1
|
||||
@ -76,7 +76,7 @@ libstdc___la_LIBADD = \
|
||||
../libmath/libmath.la @libio_la@ \
|
||||
../libsupc++/libsupc++convenience.la
|
||||
|
||||
libstdc___la_LDFLAGS = -version-info 3:0:0 -lm
|
||||
libstdc___la_LDFLAGS = -release @VERSION@ -lm
|
||||
|
||||
libstdc___la_DEPENDENCIES = $(libstdc___la_LIBADD)
|
||||
|
||||
|
@ -184,7 +184,7 @@ libstdc___la_SOURCES = $(sources)
|
||||
libstdc___la_LIBADD = ../libmath/libmath.la @libio_la@ ../libsupc++/libsupc++convenience.la
|
||||
|
||||
|
||||
libstdc___la_LDFLAGS = -version-info 3:0:0 -lm
|
||||
libstdc___la_LDFLAGS = -release @VERSION@ -lm
|
||||
|
||||
libstdc___la_DEPENDENCIES = $(libstdc___la_LIBADD)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user