From: Tom Tromey Date: Tue, 25 Mar 2008 17:29:02 +0000 (+0000) Subject: configure: Rebuilt. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=55d059d348a9cffa6eafb135b290b86816ec7abc;p=gcc.git configure: Rebuilt. * configure: Rebuilt. * configure.ac (BUILD_DEPMODE): Extract CCDEPMODE from temporary Makefile. From-SVN: r133524 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8ca58b01c14..4de42338c04 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2008-03-25 Tom Tromey + + * configure: Rebuilt. + * configure.ac (BUILD_DEPMODE): Extract CCDEPMODE from temporary + Makefile. + 2008-03-25 Tom Tromey * config/x-solaris (host-solaris.o): Update. diff --git a/gcc/configure b/gcc/configure index b09d67b78a4..5bc3ae42e4d 100755 --- a/gcc/configure +++ b/gcc/configure @@ -12801,7 +12801,7 @@ else CFLAGS="${saved_CFLAGS}" # Extract this setting from the temporary Makefile. - BUILD_DEPMODE=`grep '^BUILD_DEPMODE = ' Makefile | sed -e 's,.* = ,,'` + BUILD_DEPMODE=`grep '^CCDEPMODE = ' Makefile | sed -e 's,.* = ,,'` # We just finished tests for the build machine, so rename # the file auto-build.h in the gcc directory. diff --git a/gcc/configure.ac b/gcc/configure.ac index 2c84a79cc47..a0351bd40a6 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -1477,7 +1477,7 @@ else CFLAGS="${saved_CFLAGS}" # Extract this setting from the temporary Makefile. - BUILD_DEPMODE=`grep '^BUILD_DEPMODE = ' Makefile | sed -e 's,.* = ,,'` + BUILD_DEPMODE=`grep '^CCDEPMODE = ' Makefile | sed -e 's,.* = ,,'` # We just finished tests for the build machine, so rename # the file auto-build.h in the gcc directory.