configure: Rebuilt.
* configure: Rebuilt. * configure.ac (BUILD_DEPMODE): Extract CCDEPMODE from temporary Makefile. From-SVN: r133524
This commit is contained in:
parent
2fe3178b69
commit
55d059d348
3 changed files with 8 additions and 2 deletions
|
@ -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
2
gcc/configure
vendored
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue