Add hooks for using autconf-style Makefile.in in language subdirs.
authorPer Bothner <bothner@gcc.gnu.org>
Tue, 29 Jul 1997 22:03:06 +0000 (15:03 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Tue, 29 Jul 1997 22:03:06 +0000 (15:03 -0700)
* configure.lang:  Only iterate over oldstyle_subdirs.

From-SVN: r14553

gcc/configure.lang

index bbc1c87388b8f5cbb04f837efd4f350af38acc9b..daaac58dd4f73e590f86b36ac612804426c4eb14 100644 (file)
@@ -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 = "".