diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-25 17:29:02 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-25 17:29:02 +0000 |
commit | ac26af3592bb1c36d83340dd5db03c626f7f5ef0 (patch) | |
tree | 1e68c7aefc628fd6dbb121125174f701af8663d3 /gcc/configure | |
parent | 277b05bbc2a40a62ce21c1d342ec0ed2ea82f80c (diff) | |
download | gcc-ac26af3592bb1c36d83340dd5db03c626f7f5ef0.tar.gz |
* configure: Rebuilt.
* configure.ac (BUILD_DEPMODE): Extract CCDEPMODE from temporary
Makefile.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133524 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
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. |