Commit 41fcea28 by Phil Edwards

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
parent 76ac938b
2002-01-11 Phil Edwards <pme@gcc.gnu.org> 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. * include/Makefile.am (std_headers): Update list with new names.
(stamp-std): Link to standardized name. (stamp-std): Link to standardized name.
* include/Makefile.in: Regenerate. * include/Makefile.in: Regenerate.
......
...@@ -256,7 +256,7 @@ stamp-std: ${std_headers} ...@@ -256,7 +256,7 @@ stamp-std: ${std_headers}
fi ;\ fi ;\
(cd ${std_builddir} && for h in $?; do \ (cd ${std_builddir} && for h in $?; do \
official_name=`echo $$h | sed -e 's,.*/std_,,' -e 's,\.h$$,,'` ;\ official_name=`echo $$h | sed -e 's,.*/std_,,' -e 's,\.h$$,,'` ;\
@LN_S@ $$h ./$${official_name || true} ;\ @LN_S@ $$h ./$${official_name} || true ;\
done) ;\ done) ;\
echo `date` > stamp-std echo `date` > stamp-std
......
...@@ -506,7 +506,7 @@ stamp-std: ${std_headers} ...@@ -506,7 +506,7 @@ stamp-std: ${std_headers}
fi ;\ fi ;\
(cd ${std_builddir} && for h in $?; do \ (cd ${std_builddir} && for h in $?; do \
official_name=`echo $$h | sed -e 's,.*/std_,,' -e 's,\.h$$,,'` ;\ official_name=`echo $$h | sed -e 's,.*/std_,,' -e 's,\.h$$,,'` ;\
@LN_S@ $$h ./$${official_name || true} ;\ @LN_S@ $$h ./$${official_name} || true ;\
done) ;\ done) ;\
echo `date` > stamp-std echo `date` > stamp-std
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment