diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog index 0cd7a45f1e68..6640d5d91376 100644 --- a/libstdc++/ChangeLog +++ b/libstdc++/ChangeLog @@ -1,3 +1,8 @@ +Wed Jan 28 10:27:11 1998 Manfred Hollstein + + * tests/configure.in, testsuite/configure.in: Update with yesterday's + toplevel configure.in changes. + Tue Jan 27 23:27:32 1998 Manfred Hollstein * configure.in (package_makefile_rules_frag): New variable diff --git a/libstdc++/tests/configure.in b/libstdc++/tests/configure.in index 1266bd26fb39..06c56192beb5 100644 --- a/libstdc++/tests/configure.in +++ b/libstdc++/tests/configure.in @@ -6,6 +6,7 @@ configdirs= srctrigger=tcomplex.cc srcname="tests for ANSI C++ library" package_makefile_frag=Make.pack +package_makefile_rules_frag=Make.pack.r # per-host: @@ -19,7 +20,7 @@ XCXXINCLUDES="-I${srcdir}/.. -I${srcdir}/../stl -I${TO_TOPDIR}libio -I${srcdir}/ SIMPLE_TESTS='tstring tlist tmap tvector' TESTS="tcomplex ${SIMPLE_TESTS}" MOSTLYCLEAN="*.o core ${TESTS} *.out" -(. ${srcdir}/${TO_TOPDIR}libio/config.shared) >${package_makefile_frag} +(. ${srcdir}/${TO_TOPDIR}libio/config.shared) >${package_makefile_frag} 2>${package_makefile_rules_frag} # post-target: diff --git a/libstdc++/testsuite/configure.in b/libstdc++/testsuite/configure.in index 21a6c8c59b6b..ad5f232b0853 100644 --- a/libstdc++/testsuite/configure.in +++ b/libstdc++/testsuite/configure.in @@ -6,6 +6,7 @@ configdirs= srctrigger=configure.in srcname="tests for ANSI C++ library, dejagnu style" package_makefile_frag=Make.pack +package_makefile_rules_frag=Make.pack.r # per-host: @@ -18,6 +19,6 @@ ALL=' ' XCXXINCLUDES="-I${srcdir}/.. -I${srcdir}/../stl -I${TO_TOPDIR}libio -I${srcdir}/${TO_TOPDIR}libio" TESTS="tcomplex tstring tlist tmap tvector" MOSTLYCLEAN="*.o core ${TESTS} *.out" -(. ${srcdir}/${TO_TOPDIR}libio/config.shared) >${package_makefile_frag} +(. ${srcdir}/${TO_TOPDIR}libio/config.shared) >${package_makefile_frag} 2>${package_makefile_rules_frag} # post-target: