From e08a7c0581b07dec73664d9c4d3b43b433766656 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 7 Jun 1994 19:07:34 +0000 Subject: [PATCH] * configure: If there is a package_makefile_frag, remove ${subdir}/Makefile.tem after copying it in. --- ChangeLog | 5 +++++ configure | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index de9963b..336bf2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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/ 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 -- 2.7.4