From 5262bc22a48a1d25db4ab017ef0ddb7e39ae9f62 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 24 Jul 2009 01:59:22 +0000 Subject: [PATCH] Added LCXX_END_LIBS to calc --- Cantera/fortran/f77demos/Makefile.in | 2 +- Cantera/fortran/f77demos/f77demos.mak.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cantera/fortran/f77demos/Makefile.in b/Cantera/fortran/f77demos/Makefile.in index d231b6b38..d99410041 100644 --- a/Cantera/fortran/f77demos/Makefile.in +++ b/Cantera/fortran/f77demos/Makefile.in @@ -19,7 +19,7 @@ FORT = @F77@ FORT_FLAGS = @FFLAGS@ # Fortran libraries -FORT_LIBS = @LCXX_FLIBS@ @FLIBS@ +FORT_LIBS = @LCXX_FLIBS@ @LCXX_END_LIBS@ @FLIBS@ # the C++ compiler CXX = @CXX@ diff --git a/Cantera/fortran/f77demos/f77demos.mak.in b/Cantera/fortran/f77demos/f77demos.mak.in index 40248afae..4777e788e 100644 --- a/Cantera/fortran/f77demos/f77demos.mak.in +++ b/Cantera/fortran/f77demos/f77demos.mak.in @@ -22,7 +22,7 @@ FORT = @F77@ FORT_FLAGS = @FFLAGS@ # Fortran libraries -FORT_LIBS = @LCXX_FLIBS@ @FLIBS@ +FORT_LIBS = @LCXX_FLIBS@ @FLIBS@ @LCXX_END_LIBS@ # the C++ compiler CXX = @CXX@