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.
This commit is contained in:
Harry Moffat
2006-05-01 15:51:13 +00:00
parent b5e838f00a
commit 3358060e48

View File

@@ -73,7 +73,7 @@ else
endif
cxxlib:
cd Cantera/cxx/src; @MAKE@
cd Cantera/cxx; @MAKE@
utils:
cd tools; @MAKE@