diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2001-09-10 18:13:17 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2001-09-10 18:13:17 +0000 |
commit | 89c06d50074bd18abdceb0c88e866b8a79884f7a (patch) | |
tree | 694d2fb1d325586c219a210f9721da86cbc212ff /libstdc++-v3/testsuite | |
parent | 244a4af0453aa14bf60ae753edf6f88992d8c5e0 (diff) | |
download | gcc-89c06d50074bd18abdceb0c88e866b8a79884f7a.zip gcc-89c06d50074bd18abdceb0c88e866b8a79884f7a.tar.gz gcc-89c06d50074bd18abdceb0c88e866b8a79884f7a.tar.bz2 |
Makefile.am (stamp-target): Remove link to self.
2001-09-10 Benjamin Kosnik <bkoz@redhat.com>
* include/Makefile.am (stamp-target): Remove link to self.
* inclulde/Makefile.in: Regenerate.
From-SVN: r45514
Diffstat (limited to 'libstdc++-v3/testsuite')
-rw-r--r-- | libstdc++-v3/testsuite/Makefile.in | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/libstdc++-v3/testsuite/Makefile.in b/libstdc++-v3/testsuite/Makefile.in index 1dff6d2..04867cb 100644 --- a/libstdc++-v3/testsuite/Makefile.in +++ b/libstdc++-v3/testsuite/Makefile.in @@ -155,14 +155,10 @@ AUTOMAKE_OPTIONS = foreign dejagnu DEJATOOL = libstdc++-v3 -EXPECT = `if [ -f @glibcpp_builddir@/../../expect/expect ] ; then \ - echo @glibcpp_builddir@/../../expect/expect ; \ - else echo expect ; fi` +EXPECT = `if [ -f @glibcpp_builddir@/../../expect/expect ] ; then echo @glibcpp_builddir@/../../expect/expect ; else echo expect ; fi` -RUNTEST = `if [ -f @glibcpp_srcdir@/../dejagnu/runtest ] ; then \ - echo @glibcpp_srcdir@/../dejagnu/runtest ; \ - else echo runtest; fi` +RUNTEST = `if [ -f @glibcpp_srcdir@/../dejagnu/runtest ] ; then echo @glibcpp_srcdir@/../dejagnu/runtest ; else echo runtest; fi` RUNTESTFLAGS = |