From 424a09f5b185d03c18593bafb94048d88e705f06 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 3 Mar 2006 22:43:35 +0000 Subject: [PATCH] Fixed f2c so that it's only compiled when the option is turned on. --- ext/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/Makefile.in b/ext/Makefile.in index 3ae536865..1eaa52e1b 100755 --- a/ext/Makefile.in +++ b/ext/Makefile.in @@ -16,10 +16,10 @@ LIBS = blas/libctblas.a lapack/libctlapack.a math/libctmath.a \ cvode/libcvode.a tpx/libtpx.a all: +ifeq ($(BUILD_WITH_F2C),1) (if test -d "f2c_libs" ; then \ cd f2c_libs ; @MAKE@ ; \ fi) -ifeq ($(BUILD_WITH_F2C),1) ifeq ($(BUILD_LAPACK),1) cd f2c_lapack; @MAKE@ else