From: Richard Kenner Date: Fri, 27 Jun 1997 22:34:10 +0000 (-0400) Subject: Clean up Make-lang in all subdirs, not just '.'. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a90f5a402bf264c412b554685161d23988df4de2;p=gcc.git Clean up Make-lang in all subdirs, not just '.'. From-SVN: r14345 --- diff --git a/gcc/configure.frag b/gcc/configure.frag index f8c17dd1c3e..56a47fc5189 100644 --- a/gcc/configure.frag +++ b/gcc/configure.frag @@ -20,9 +20,6 @@ #the Free Software Foundation, 59 Temple Place - Suite 330, #Boston, MA 02111-1307, USA. -rm -f Make-lang -touch Make-lang - # First parameter is the source directory, second is list of subdirectories savesrcdir=$1 savesubdirs=$2 @@ -30,6 +27,9 @@ for subdir in . $savesubdirs do oldsrcdir=$savesrcdir + rm -f Make-lang + touch Make-lang + # Re-adjust the path case $oldsrcdir in /*)