Changed the ordering within the Makefile. This was causing make install

to fail on the mac.
This commit is contained in:
Harry Moffat 2009-08-22 19:50:17 +00:00
parent 6d903bd549
commit 9d742a14c4

View file

@ -19,7 +19,7 @@ test:
install:
@INSTALL@ -d @ct_demodir@/cxx
@INSTALL@ Makefile -m ug+rw,o+r @ct_demodir@/cxx
@INSTALL@ -m ug+rw,o+r Makefile @ct_demodir@/cxx
cd combustor; @MAKE@ install
cd flamespeed; @MAKE@ install
cd kinetics1; @MAKE@ install