Fixed an error that appeared in the Makefile on the mac

This commit is contained in:
Harry Moffat 2009-08-22 20:12:25 +00:00
parent 9d742a14c4
commit 173e5dff9c

View file

@ -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