summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2003-10-08 21:29:04 +0000
committerDJ Delorie <dj@delorie.com>2003-10-08 21:29:04 +0000
commitac2149731edf699810838c5c69a8022c8a868a4e (patch)
treec7f575102d211fd4fd66214206cdbae68bf954d1 /Makefile.in
parentab9338d2887a222c03609b177db2c2c0fd3c58bb (diff)
downloadgdb-ac2149731edf699810838c5c69a8022c8a868a4e.tar.gz
2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
* configure.in: Allow explicit specification of CFLAGS_FOR_BUILD. * configure: Rebuilt * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure * Makefile.in: Rebuilt
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d08c169ab97..dec58e049fd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -142,7 +142,7 @@ PWD_COMMAND = $${PWDCMD-pwd}
# compilers to use to create programs which must be run in the build
# environment.
CC_FOR_BUILD = @CC_FOR_BUILD@
-CFLAGS_FOR_BUILD = $(CFLAGS)
+CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
CXX_FOR_BUILD = $(CXX)