From 173e5dff9c5cb2a69b959124099b64b97ca5db2f Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Sat, 22 Aug 2009 20:12:25 +0000 Subject: [PATCH] Fixed an error that appeared in the Makefile on the mac --- test_problems/ChemEquil_gri_matrix/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_problems/ChemEquil_gri_matrix/Makefile.in b/test_problems/ChemEquil_gri_matrix/Makefile.in index 912d76cf7..decf4e6c2 100644 --- a/test_problems/ChemEquil_gri_matrix/Makefile.in +++ b/test_problems/ChemEquil_gri_matrix/Makefile.in @@ -68,7 +68,7 @@ endif # -> don't need this: -L$(CANTERA_LIBDIR) as # @LOCAL_LIB_DIRS@ has this directory # -CANTERA_LIBS = @LOCAL_LIBS@ -lctcxx +CANTERA_LIBS = -L$(CANTERA_LIBDIR) @LOCAL_LIBS@ -lctcxx ifeq ($(in_CanteraBuildTree),1) CANTERA_LIBS_DEP = @LOCAL_LIBS_DEP@ $(CANTERA_LIBDIR)/libctcxx.a