From 64ed313f5ef44b1b751ee9c924e7b8b6b995ac15 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Thu, 9 Apr 2009 21:53:21 +0000 Subject: [PATCH] solaris 64 bit port -> added double quotes to a CXX_FLAGS, because it caused an internal python error. --- Cantera/python/.cvsignore | 1 + Cantera/python/Makefile.in | 2 +- Cantera/python/examples/.cvsignore | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cantera/python/.cvsignore b/Cantera/python/.cvsignore index 626d8369d..0f0ac6b7e 100644 --- a/Cantera/python/.cvsignore +++ b/Cantera/python/.cvsignore @@ -4,3 +4,4 @@ _build _winbuild setup.py manb.sh +tmp diff --git a/Cantera/python/Makefile.in b/Cantera/python/Makefile.in index f3afb3f16..7c2b1a1e6 100755 --- a/Cantera/python/Makefile.in +++ b/Cantera/python/Makefile.in @@ -38,7 +38,7 @@ use_clib_dll = @USE_CLIB_DLL@ #LOCAL_DEFS=-DDEBUG_MODE PIC_FLAG=@PIC@ -CXX_FLAGS= @CXXFLAGS@ $(LOCAL_DEFS) $(PIC_FLAG) +CXX_FLAGS= "@CXXFLAGS@ $(LOCAL_DEFS) $(PIC_FLAG)" all: _build diff --git a/Cantera/python/examples/.cvsignore b/Cantera/python/examples/.cvsignore index d4e87e984..cf1a01454 100644 --- a/Cantera/python/examples/.cvsignore +++ b/Cantera/python/examples/.cvsignore @@ -1,4 +1,4 @@ *.xml *.log - +Makefile