From 788af388c95fe1916a8268a9d4f515e95c8e0cf7 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Tue, 29 Jul 1997 15:03:06 -0700 Subject: [PATCH] Add hooks for using autconf-style Makefile.in in language subdirs. * configure.lang: Only iterate over oldstyle_subdirs. From-SVN: r14553 --- gcc/configure.lang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "". -- 2.30.2