* configure: If there is a package_makefile_frag, remove
authorIan Lance Taylor <ian@airs.com>
Tue, 7 Jun 1994 19:07:34 +0000 (19:07 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 7 Jun 1994 19:07:34 +0000 (19:07 +0000)
${subdir}/Makefile.tem after copying it in.

ChangeLog
configure

index de9963beecdb08b4958194651b3ce606b0e92b00..336bf2dfb0d6ed7ac556744887f904f6b2c3696c 100644 (file)
--- 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/
index db0c290ab4988e00e779d41b2a2b94bd8300868a..65185c2f44db8cdee91cfb311bcc3c657dcf53f5 100755 (executable)
--- 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
This page took 0.027077 seconds and 4 git commands to generate.