[llvm-commits] CVS: gcc-3.4/libstdc++-v3/libmath/Makefile.in
John Criswell
criswell at cs.uiuc.edu
Thu Feb 5 10:09:09 PST 2004
Changes in directory gcc-3.4/libstdc++-v3/libmath:
Makefile.in updated: 1.2 -> 1.3
---
Log message:
Commit of merge from September 24, 2003 of mainline GCC. This merge now
works reasonably on Linux/x86 and probably works on Solaris/Sparc.
---
Diffs of the changes: (+1 -1)
Index: gcc-3.4/libstdc++-v3/libmath/Makefile.in
diff -u gcc-3.4/libstdc++-v3/libmath/Makefile.in:1.2 gcc-3.4/libstdc++-v3/libmath/Makefile.in:1.3
--- gcc-3.4/libstdc++-v3/libmath/Makefile.in:1.2 Fri Jan 9 10:54:35 2004
+++ gcc-3.4/libstdc++-v3/libmath/Makefile.in Thu Feb 5 10:05:49 2004
@@ -204,7 +204,7 @@
noinst_LTLIBRARIES = libmath.la
-libmath_la_LIBADD = @LIBMATHOBJS@
+libmath_la_LIBADD = $(LIBMATHOBJS)
libmath_la_DEPENDENCIES = $(libmath_la_LIBADD)
More information about the llvm-commits
mailing list