From 5fbad20aae685921fd57536b22b6e29ebe17b97f Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Wed, 8 Oct 2003 21:29:04 +0000 Subject: 2003-10-05 Mohan Embar * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD. * configure: Rebuilt * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure * Makefile.in: Rebuilt --- Makefile.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.tpl') diff --git a/Makefile.tpl b/Makefile.tpl index 05626e7..194274f 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -145,7 +145,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) -- cgit v1.1