From: Richard Kenner Date: Wed, 25 Jun 1997 20:38:43 +0000 (-0400) Subject: Revert to 1.1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=455cee3eb6e3b2c49196f53f84d62640d7e35f0e;p=gcc.git Revert to 1.1 From-SVN: r14315 --- diff --git a/gcc/configure.frag b/gcc/configure.frag index 2fda0333a30..f8c17dd1c3e 100644 --- a/gcc/configure.frag +++ b/gcc/configure.frag @@ -23,13 +23,9 @@ rm -f Make-lang touch Make-lang -# We can either be invoked with . from configure or from Makefile. -# Some shells can't pass arguments to source'd scripts. -# ??? This needs some rethinking. - -savesrcdir=$srcdir -savesubdirs=$subdirs - +# First parameter is the source directory, second is list of subdirectories +savesrcdir=$1 +savesubdirs=$2 for subdir in . $savesubdirs do oldsrcdir=$savesrcdir