mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-24 03:14:08 +08:00
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>
|
||||
|
||||
PR libstdc++/49829
|
||||
|
@ -184,9 +184,9 @@ endif
|
||||
libstdc++convenience.la: $(toolexeclib_LTLIBRARIES)
|
||||
$(CXXLINK) $(libstdc___la_LIBADD) $(LIBS); \
|
||||
if test ! -f .libs/libstdc++.a; then \
|
||||
$(LN_S) .libs/libstdc++convenience.a .libs/libstdc++.a; \
|
||||
stamp-libstdc++convenience; \
|
||||
fi;
|
||||
cp .libs/libstdc++convenience.a .libs/libstdc++.a; \
|
||||
fi; \
|
||||
echo `date` > stamp-libstdc++convenience;
|
||||
|
||||
debugdir = debug
|
||||
|
||||
|
@ -798,9 +798,9 @@ vpath % $(top_srcdir)
|
||||
libstdc++convenience.la: $(toolexeclib_LTLIBRARIES)
|
||||
$(CXXLINK) $(libstdc___la_LIBADD) $(LIBS); \
|
||||
if test ! -f .libs/libstdc++.a; then \
|
||||
$(LN_S) .libs/libstdc++convenience.a .libs/libstdc++.a; \
|
||||
stamp-libstdc++convenience; \
|
||||
fi;
|
||||
cp .libs/libstdc++convenience.a .libs/libstdc++.a; \
|
||||
fi; \
|
||||
echo `date` > stamp-libstdc++convenience;
|
||||
|
||||
# Build a set of debug objects here.
|
||||
# Take care to fix all possibly-relative paths.
|
||||
|
Loading…
Reference in New Issue
Block a user