* configure: If there is a package_makefile_frag, remove

${subdir}/Makefile.tem after copying it in.
This commit is contained in:
Ian Lance Taylor
1994-06-07 19:07:34 +00:00
parent d38eee518f
commit e08a7c0581
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
* configure: If there is a package_makefile_frag, remove
${subdir}/Makefile.tem after copying it in.
Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
* brought devo/test-build.mk update-to-date with progressive/

1
configure vendored
View File

@@ -767,6 +767,7 @@ EOF
fi
if [ -f ${package_makefile_frag} ] ; then
sed -e "/^####/ r ${package_makefile_frag}" ${subdir}/Makefile.tem > ${Makefile}
rm -f ${subdir}/Makefile.tem
else
echo '***' Expected package makefile fragment \"${package_makefile_frag}\" 1>&2
echo '***' is missing in ${PWD=`pwd`}. 1>&2