From 1f53f7db72a4eac422e774dea68e8d59d7db75ad Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Mon, 15 Nov 2010 22:34:21 +0000 Subject: [PATCH] Fixed minimal python build. --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.in b/Makefile.in index ddc1a6679..623726454 100755 --- a/Makefile.in +++ b/Makefile.in @@ -206,8 +206,10 @@ ifneq ($(build_python),0) cp -f "@homedir@/setup_cantera" "@ct_bindir@" chmod +x @ct_bindir@/setup_cantera chmod +x @ct_bindir@/ctnew +ifeq ($(build_python),2) chmod +x @ct_bindir@/mixmaster endif +endif else # Commands to be executed for win systems cd Cantera/fortran/f77demos; sed s'/isentropic/ctlib/g' isentropic.dsp > ctlib.dsp