mirror of git://gcc.gnu.org/git/gcc.git
Makefile.am (libstdc++convenience.la): Correct stamp rule, copy.
2012-01-23 Benjamin Kosnik <bkoz@redhat.com> * src/Makefile.am (libstdc++convenience.la): Correct stamp rule, copy. * src/Makefile.in: Regenerate. From-SVN: r183465
This commit is contained in:
parent
e5e45c6878
commit
a7a790e9ec
|
@ -1,3 +1,8 @@
|
||||||
|
2012-01-23 Benjamin Kosnik <bkoz@redhat.com>
|
||||||
|
|
||||||
|
* src/Makefile.am (libstdc++convenience.la): Correct stamp rule, copy.
|
||||||
|
* src/Makefile.in: Regenerate.
|
||||||
|
|
||||||
2012-01-23 Benjamin Kosnik <bkoz@redhat.com>
|
2012-01-23 Benjamin Kosnik <bkoz@redhat.com>
|
||||||
|
|
||||||
PR libstdc++/49829
|
PR libstdc++/49829
|
||||||
|
|
|
@ -184,9 +184,9 @@ endif
|
||||||
libstdc++convenience.la: $(toolexeclib_LTLIBRARIES)
|
libstdc++convenience.la: $(toolexeclib_LTLIBRARIES)
|
||||||
$(CXXLINK) $(libstdc___la_LIBADD) $(LIBS); \
|
$(CXXLINK) $(libstdc___la_LIBADD) $(LIBS); \
|
||||||
if test ! -f .libs/libstdc++.a; then \
|
if test ! -f .libs/libstdc++.a; then \
|
||||||
$(LN_S) .libs/libstdc++convenience.a .libs/libstdc++.a; \
|
cp .libs/libstdc++convenience.a .libs/libstdc++.a; \
|
||||||
stamp-libstdc++convenience; \
|
fi; \
|
||||||
fi;
|
echo `date` > stamp-libstdc++convenience;
|
||||||
|
|
||||||
debugdir = debug
|
debugdir = debug
|
||||||
|
|
||||||
|
|
|
@ -798,9 +798,9 @@ vpath % $(top_srcdir)
|
||||||
libstdc++convenience.la: $(toolexeclib_LTLIBRARIES)
|
libstdc++convenience.la: $(toolexeclib_LTLIBRARIES)
|
||||||
$(CXXLINK) $(libstdc___la_LIBADD) $(LIBS); \
|
$(CXXLINK) $(libstdc___la_LIBADD) $(LIBS); \
|
||||||
if test ! -f .libs/libstdc++.a; then \
|
if test ! -f .libs/libstdc++.a; then \
|
||||||
$(LN_S) .libs/libstdc++convenience.a .libs/libstdc++.a; \
|
cp .libs/libstdc++convenience.a .libs/libstdc++.a; \
|
||||||
stamp-libstdc++convenience; \
|
fi; \
|
||||||
fi;
|
echo `date` > stamp-libstdc++convenience;
|
||||||
|
|
||||||
# Build a set of debug objects here.
|
# Build a set of debug objects here.
|
||||||
# Take care to fix all possibly-relative paths.
|
# Take care to fix all possibly-relative paths.
|
||||||
|
|
Loading…
Reference in New Issue