diff options
author | das <das> | 2007-09-06 05:02:12 (GMT) |
---|---|---|
committer | das <das> | 2007-09-06 05:02:12 (GMT) |
commit | 2b55a796c66431a80bab3e8bafb7314818c53d6c (patch) | |
tree | e258004a81ded1732b938e94ba358ddbf4ca8f64 /macosx/GNUmakefile | |
parent | 3ba6d8349dcdfb6638956648ba6800f8255c29e8 (diff) | |
download | tcl-2b55a796c66431a80bab3e8bafb7314818c53d6c.zip tcl-2b55a796c66431a80bab3e8bafb7314818c53d6c.tar.gz tcl-2b55a796c66431a80bab3e8bafb7314818c53d6c.tar.bz2 |
replace (ab)use of GENERIC_FLAGS as a unix/Makefile override by dedicated EXTRA_CFLAGS var
Diffstat (limited to 'macosx/GNUmakefile')
-rw-r--r-- | macosx/GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/GNUmakefile b/macosx/GNUmakefile index c121ddf..d4ebe69 100644 --- a/macosx/GNUmakefile +++ b/macosx/GNUmakefile @@ -9,7 +9,7 @@ # See the file "license.terms" for information on usage and redistribution of # this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: GNUmakefile,v 1.5 2007/04/23 20:46:13 das Exp $ +# RCS: @(#) $Id: GNUmakefile,v 1.6 2007/09/06 05:02:12 das Exp $ # ######################################################################################################## @@ -76,7 +76,7 @@ OBJ_DIR = ${OBJROOT}/${BUILD_STYLE} develop_make_args := BUILD_STYLE=Development CONFIGURE_ARGS=--enable-symbols deploy_make_args := BUILD_STYLE=Deployment INSTALL_TARGET=install-strip \ - GENERIC_FLAGS=-DNDEBUG + EXTRA_CFLAGS=-DNDEBUG embedded_make_args := EMBEDDED_BUILD=1 install_make_args := INSTALL_BUILD=1 |