mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-04 18:20:20 +08:00
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:
parent
76ac938bdc
commit
41fcea287c
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user