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
This commit is contained in:
Phil Edwards 2002-01-12 01:42:30 +00:00
parent 76ac938bdc
commit 41fcea287c
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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.

View 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

View 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