diff options
author | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-07-29 22:03:06 +0000 |
---|---|---|
committer | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-07-29 22:03:06 +0000 |
commit | 94408ae2774f16e35ba3dbc93aaf9570d9fc7b23 (patch) | |
tree | 6b8471f5bd05487d5caac020321486e6e2812ec7 /gcc/configure.lang | |
parent | bb83eb96b2ee14e860a22aa50140a77c377fc89a (diff) | |
download | gcc-94408ae2774f16e35ba3dbc93aaf9570d9fc7b23.tar.gz |
Add hooks for using autconf-style Makefile.in in language subdirs.
* configure.lang: Only iterate over oldstyle_subdirs.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14553 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.lang')
-rw-r--r-- | gcc/configure.lang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.lang b/gcc/configure.lang index bbc1c87388b..daaac58dd4f 100644 --- a/gcc/configure.lang +++ b/gcc/configure.lang @@ -24,7 +24,7 @@ savesrcdir=$srcdir -for subdir in . $subdirs +for subdir in . $oldstyle_subdirs do # We only want to do this in language subdirs, but we have to handle # the case of $subdirs = "". |