diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-06-25 20:38:43 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-06-25 20:38:43 +0000 |
commit | 3f46272e314a19e635b50a13fada950385148a83 (patch) | |
tree | 25b878db636307f7598463c1b9f6377a919af356 /gcc/configure.frag | |
parent | 3facf4c6274961ec7e3865d3fe5dcb4bf7e408cd (diff) | |
download | gcc-3f46272e314a19e635b50a13fada950385148a83.tar.gz |
Revert to 1.1
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14315 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.frag')
-rw-r--r-- | gcc/configure.frag | 10 |
1 files changed, 3 insertions, 7 deletions
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 |