OSDN Git Service

* configure.in: Don't add $outputs to all_lang_makefiles. Add
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 12 Nov 2000 02:09:33 +0000 (02:09 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 12 Nov 2000 02:09:33 +0000 (02:09 +0000)
$srcdir/$s/Makefile.in if it exists.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37399 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/configure
gcc/configure.in

index f91814a..96428ff 100644 (file)
@@ -1,3 +1,9 @@
+2000-11-11  Zack Weinberg  <zack@wolery.stanford.edu>
+
+       * configure.in: Don't add $outputs to all_lang_makefiles.  Add
+       $srcdir/$s/Makefile.in if it exists.
+       * configure: Regenerate.
+
 Sat Nov 11 18:41:20 2000  Mark P Mitchell  <mark@codesourcery.com>
 
        * fixinc/mkfixinc.sh: Use the ordinary fixincludes on IRIX.
index 1a2bb46..f00d152 100755 (executable)
@@ -9585,7 +9585,10 @@ do
                        echo "${srcdir}/$s/config-lang.in doesn't set \$language." 1>&2
                        exit 1
                fi
-               all_lang_makefiles="$all_lang_makefiles ${srcdir}/$s/Make-lang.in $outputs"
+               all_lang_makefiles="$all_lang_makefiles ${srcdir}/$s/Make-lang.in"
+               if test -f ${srcdir}/$s/Makefile.in
+               then all_lang_makefiles="$all_lang_makefiles ${srcdir}/$s/Makefile.in"
+               fi
                all_languages="$all_languages $language"
                if test "x$boot_language" = xyes
                then
index a012d3b..0e12bb5 100644 (file)
@@ -5033,7 +5033,10 @@ do
                        echo "${srcdir}/$s/config-lang.in doesn't set \$language." 1>&2
                        exit 1
                fi
-               all_lang_makefiles="$all_lang_makefiles ${srcdir}/$s/Make-lang.in $outputs"
+               all_lang_makefiles="$all_lang_makefiles ${srcdir}/$s/Make-lang.in"
+               if test -f ${srcdir}/$s/Makefile.in
+               then all_lang_makefiles="$all_lang_makefiles ${srcdir}/$s/Makefile.in"
+               fi
                all_languages="$all_languages $language"
                if test "x$boot_language" = xyes
                then