aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/include/Makefile.am2
-rw-r--r--libstdc++-v3/include/Makefile.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index d2d31e6..ef8625a 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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.
diff --git a/libstdc++-v3/include/Makefile.am b/libstdc++-v3/include/Makefile.am
index b6472ac..d9729a3 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 52580447..87a68b9 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