diff options
author | Manfred Hollstein <manfred@s-direktnet.de> | 1998-01-28 09:30:03 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-01-28 02:30:03 -0700 |
commit | 3a744fee03d8e6b5f88832f8d0603cad11d583fd (patch) | |
tree | e0c5b8fbe8c67703042f7904c463e0bc823abcf7 /libio/testsuite | |
parent | 5dc0a69ae45eb22b41c8dab9090738a193327c04 (diff) | |
download | gcc-3a744fee03d8e6b5f88832f8d0603cad11d583fd.tar.gz |
configure.in, [...]: Update with yesterday's toplevel configure.in changes.
* stdio/configure.in, tests/configure.in: Update with yesterday's
toplevel configure.in changes.
* testsuite/cofnigure.in: Likewise.
* config.shared: Fix typo in yesterday's changes.
From-SVN: r17527
Diffstat (limited to 'libio/testsuite')
-rw-r--r-- | libio/testsuite/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libio/testsuite/configure.in b/libio/testsuite/configure.in index f1bea6a866b..cd400c84ba2 100644 --- a/libio/testsuite/configure.in +++ b/libio/testsuite/configure.in @@ -6,6 +6,7 @@ configdirs= srctrigger=libio.tests/hounddog.exp srcname="test C++ input/output library, dejagnu style" package_makefile_frag=Make.pack +package_makefile_rules_frag=Make.pack.r # per-host: @@ -16,6 +17,6 @@ ALL=' ' XCINCLUDES='-I. -I.. -I$(srcdir) -I$(srcdir)/..' XCXXINCLUDES='-I. -I.. -I$(srcdir) -I$(srcdir)/..' MOSTLYCLEAN='*.o core $(JUNK_TO_CLEAN)' -(. ${srcdir}/../config.shared) >${package_makefile_frag} +(. ${srcdir}/../config.shared) >${package_makefile_frag} 2>${package_makefile_rules_frag} # post-target: |