This commit is contained in:
K. Richard Pixley 1992-09-21 19:47:39 +00:00
parent 0f153e7446
commit 41617f8be2
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ case ${srcdir} in
esac
if [ "${nativefile}" != "" ] ; then
sed -e '/^NATDEPFILES= /s//# NATDEPFILES= ' \
sed -e '/^NATDEPFILES= /s//# NATDEPFILES= /' \
< Makefile > Makefile.tem
mv -f Makefile.tem Makefile
fi