aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-06-07 19:07:34 +0000
committerIan Lance Taylor <ian@airs.com>1994-06-07 19:07:34 +0000
commite08a7c0581b07dec73664d9c4d3b43b433766656 (patch)
tree5b0acbedb44e15c3d15eba42342a0022620f4342 /configure
parentd38eee518f4d92986e89c1ffc9018f9c8bef44ea (diff)
downloadfsf-binutils-gdb-e08a7c0581b07dec73664d9c4d3b43b433766656.zip
fsf-binutils-gdb-e08a7c0581b07dec73664d9c4d3b43b433766656.tar.gz
fsf-binutils-gdb-e08a7c0581b07dec73664d9c4d3b43b433766656.tar.bz2
* configure: If there is a package_makefile_frag, remove
${subdir}/Makefile.tem after copying it in.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index db0c290..65185c2 100755
--- a/configure
+++ b/configure
@@ -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