From 41fcea287cbf2b275470524cbf8fdd82bb071c48 Mon Sep 17 00:00:00 2001 From: Phil Edwards Date: Sat, 12 Jan 2002 01:42:30 +0000 Subject: [PATCH] Makefile.am, [...] (stamp-std): Fix typo from previous commit. 2002-01-11 Phil Edwards * include/Makefile.am, include/Makefile.in (stamp-std): Fix typo from previous commit. From-SVN: r48790 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/include/Makefile.am | 2 +- libstdc++-v3/include/Makefile.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d2d31e64fd67..ef8625a93b86 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2002-01-11 Phil Edwards + + * include/Makefile.am, include/Makefile.in (stamp-std): Fix typo from + previous commit. + 2002-01-11 Phil Edwards * include/Makefile.am (std_headers): Update list with new names. diff --git a/libstdc++-v3/include/Makefile.am b/libstdc++-v3/include/Makefile.am index b6472ac5a423..d9729a35c0b2 100644 --- a/libstdc++-v3/include/Makefile.am +++ b/libstdc++-v3/include/Makefile.am @@ -256,7 +256,7 @@ stamp-std: ${std_headers} fi ;\ (cd ${std_builddir} && for h in $?; do \ official_name=`echo $$h | sed -e 's,.*/std_,,' -e 's,\.h$$,,'` ;\ - @LN_S@ $$h ./$${official_name || true} ;\ + @LN_S@ $$h ./$${official_name} || true ;\ done) ;\ echo `date` > stamp-std diff --git a/libstdc++-v3/include/Makefile.in b/libstdc++-v3/include/Makefile.in index 52580447234f..87a68b9109ba 100644 --- a/libstdc++-v3/include/Makefile.in +++ b/libstdc++-v3/include/Makefile.in @@ -506,7 +506,7 @@ stamp-std: ${std_headers} fi ;\ (cd ${std_builddir} && for h in $?; do \ official_name=`echo $$h | sed -e 's,.*/std_,,' -e 's,\.h$$,,'` ;\ - @LN_S@ $$h ./$${official_name || true} ;\ + @LN_S@ $$h ./$${official_name} || true ;\ done) ;\ echo `date` > stamp-std