mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* configure: If there is a package_makefile_frag, remove
${subdir}/Makefile.tem after copying it in.
This commit is contained in:
1
configure
vendored
1
configure
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user