Commit e8406c89 by Benjamin Kosnik Committed by Benjamin Kosnik

Makefile.am (libstdc___la_LDFLAGS): Use -release instead of -version-info, use…

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
parent 30f7a378
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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment