From 8ccca402b121f86e5213d6010e2e84052e9ef162 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Thu, 22 Apr 2004 21:33:26 +0000 Subject: [PATCH] Part of separating python prefix from prefix. --- Cantera/python/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cantera/python/Makefile.in b/Cantera/python/Makefile.in index 6f74ccc5d..42e652ec1 100755 --- a/Cantera/python/Makefile.in +++ b/Cantera/python/Makefile.in @@ -48,8 +48,8 @@ _winbuild: $(SRCS) $(WIN_LIB_DEPS) echo 'ok' > _winbuild install: -ifeq (@local_inst@,1) - (@PYTHON_CMD@ setup.py install --prefix=@prefix@) +ifeq (@local_python_inst@,1) + (@PYTHON_CMD@ setup.py install --prefix=@python_prefix@) else (@PYTHON_CMD@ setup.py install) endif