configure: Rebuilt.

* configure: Rebuilt.
	* configure.ac (BUILD_DEPMODE): Extract CCDEPMODE from temporary
	Makefile.

From-SVN: r133524
This commit is contained in:
Tom Tromey 2008-03-25 17:29:02 +00:00 committed by Tom Tromey
parent 2fe3178b69
commit 55d059d348
3 changed files with 8 additions and 2 deletions

View 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.

2
gcc/configure vendored
View file

@ -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.

View 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.