From 57ae23444017f10e48646b35ce6f05cbb74e2069 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Wed, 19 Apr 2006 20:46:16 +0000 Subject: [PATCH] Added quotes around some variables. This is necessary if the variables have spaces in them in order for the values to be propagated correctly to the Makefile variables. --- Cantera/python/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cantera/python/Makefile.in b/Cantera/python/Makefile.in index 904a692fe..ff6fc1535 100755 --- a/Cantera/python/Makefile.in +++ b/Cantera/python/Makefile.in @@ -45,7 +45,7 @@ win: _winbuild _build: $(SRCS) $(LIB_DEPS) Makefile touch src/pycantera.cpp - (CXX=@CXX@; export CXX; CC=@CC@; export CC; @PYTHON_CMD@ setup.py build) + (CXX="@CXX@"; export CXX; CC="@CC@"; export CC; @PYTHON_CMD@ setup.py build) echo 'ok' > _build #