diff options
author | Per Bothner <bothner@gcc.gnu.org> | 1997-07-29 15:03:06 -0700 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 1997-07-29 15:03:06 -0700 |
commit | 788af388c95fe1916a8268a9d4f515e95c8e0cf7 (patch) | |
tree | 6b8471f5bd05487d5caac020321486e6e2812ec7 | |
parent | 5f52dcfe1eff325c2d9569071d15dc00215b09f0 (diff) | |
download | gcc-788af388c95fe1916a8268a9d4f515e95c8e0cf7.zip gcc-788af388c95fe1916a8268a9d4f515e95c8e0cf7.tar.gz gcc-788af388c95fe1916a8268a9d4f515e95c8e0cf7.tar.bz2 |
Add hooks for using autconf-style Makefile.in in language subdirs.
* configure.lang: Only iterate over oldstyle_subdirs.
From-SVN: r14553
-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 bbc1c87..daaac58 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 = "". |