aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Edwards <pme@gcc.gnu.org>2002-01-12 01:42:30 +0000
committerPhil Edwards <pme@gcc.gnu.org>2002-01-12 01:42:30 +0000
commit41fcea287cbf2b275470524cbf8fdd82bb071c48 (patch)
tree868d06956d26f16e1570427e6f4c03bb66ec9d1b
parent76ac938bdc05cf06f3d1fcffb6e11f79690d7201 (diff)
downloadgcc-41fcea287cbf2b275470524cbf8fdd82bb071c48.zip
gcc-41fcea287cbf2b275470524cbf8fdd82bb071c48.tar.gz
gcc-41fcea287cbf2b275470524cbf8fdd82bb071c48.tar.bz2
Makefile.am, [...] (stamp-std): Fix typo from previous commit.
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
-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