Changed the ordering within the Makefile. This was causing make install
to fail on the mac.
This commit is contained in:
parent
6d903bd549
commit
9d742a14c4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue