From: Per Bothner Date: Tue, 29 Jul 1997 22:03:06 +0000 (-0700) Subject: Add hooks for using autconf-style Makefile.in in language subdirs. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=788af388c95fe1916a8268a9d4f515e95c8e0cf7;p=gcc.git Add hooks for using autconf-style Makefile.in in language subdirs. * configure.lang: Only iterate over oldstyle_subdirs. From-SVN: r14553 --- 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 = "".