configure: Rebuilt.
authorTom Tromey <tromey@redhat.com>
Tue, 25 Mar 2008 17:29:02 +0000 (17:29 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 25 Mar 2008 17:29:02 +0000 (17:29 +0000)
* configure: Rebuilt.
* configure.ac (BUILD_DEPMODE): Extract CCDEPMODE from temporary
Makefile.

From-SVN: r133524

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index 8ca58b01c144e8ca7b11d84866c3a7182cc1e26e..4de42338c0442f7b8718e67603c9cd88b015a966 100644 (file)
@@ -1,3 +1,9 @@
+2008-03-25  Tom Tromey  <tromey@redhat.com>
+
+       * configure: Rebuilt.
+       * configure.ac (BUILD_DEPMODE): Extract CCDEPMODE from temporary
+       Makefile.
+
 2008-03-25  Tom Tromey  <tromey@redhat.com>
 
        * config/x-solaris (host-solaris.o): Update.
index b09d67b78a46cc84a6a83d6e543a9c706beb191a..5bc3ae42e4df9445f32c25cb78f128ba56bc05cf 100755 (executable)
@@ -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.
index 2c84a79cc4762f19e7c5d77a6d9fd6a33765d0c2..a0351bd40a620de9e174b098fd49c6e332859fe7 100644 (file)
@@ -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.