From 9d742a14c45d7f9cf8d1ac3a5c961da188ffc511 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Sat, 22 Aug 2009 19:50:17 +0000 Subject: [PATCH] Changed the ordering within the Makefile. This was causing make install to fail on the mac. --- Cantera/cxx/demos/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cantera/cxx/demos/Makefile.in b/Cantera/cxx/demos/Makefile.in index acd0a0b62..15f25eb54 100644 --- a/Cantera/cxx/demos/Makefile.in +++ b/Cantera/cxx/demos/Makefile.in @@ -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