Makefile.am, [...] (stamp-std): Fix typo from previous commit.
authorPhil Edwards <pme@gcc.gnu.org>
Sat, 12 Jan 2002 01:42:30 +0000 (01:42 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Sat, 12 Jan 2002 01:42:30 +0000 (01:42 +0000)
2002-01-11  Phil Edwards  <pme@gcc.gnu.org>

* include/Makefile.am, include/Makefile.in (stamp-std):  Fix typo from
previous commit.

From-SVN: r48790

libstdc++-v3/ChangeLog
libstdc++-v3/include/Makefile.am
libstdc++-v3/include/Makefile.in

index d2d31e6..ef8625a 100644 (file)
@@ -1,5 +1,10 @@
 2002-01-11  Phil Edwards  <pme@gcc.gnu.org>
 
+       * include/Makefile.am, include/Makefile.in (stamp-std):  Fix typo from
+       previous commit.
+
+2002-01-11  Phil Edwards  <pme@gcc.gnu.org>
+
        * include/Makefile.am (std_headers):  Update list with new names.
        (stamp-std):  Link to standardized name.
        * include/Makefile.in:  Regenerate.
index b6472ac..d9729a3 100644 (file)
@@ -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 
 
index 5258044..87a68b9 100644 (file)
@@ -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