From a90f5a402bf264c412b554685161d23988df4de2 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 27 Jun 1997 18:34:10 -0400 Subject: [PATCH] Clean up Make-lang in all subdirs, not just '.'. From-SVN: r14345 --- gcc/configure.frag | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 /*) -- 2.30.2