From 3358060e483ec6b8281d7b7a3d2f5ecad8fa267d Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Mon, 1 May 2006 15:51:13 +0000 Subject: [PATCH] Tracked down a bug in the make system to cxxlib. Need to make all at the Cantera/cxx level in order to copy include files over to the build/include directory tree. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 032c57d36..e62c99404 100755 --- a/Makefile.in +++ b/Makefile.in @@ -73,7 +73,7 @@ else endif cxxlib: - cd Cantera/cxx/src; @MAKE@ + cd Cantera/cxx; @MAKE@ utils: cd tools; @MAKE@