From 0245fb746b9552dd65b076d83499041be9f62d81 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 24 Mar 2009 23:50:20 +0000 Subject: [PATCH] Fixed a typo --- Cantera/python/examples/transport/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cantera/python/examples/transport/Makefile.in b/Cantera/python/examples/transport/Makefile.in index 37f9301a4..659c46227 100644 --- a/Cantera/python/examples/transport/Makefile.in +++ b/Cantera/python/examples/transport/Makefile.in @@ -6,7 +6,6 @@ INST_DIR=@ct_demodir@/python/transport PYTHON_CMD = @PYTHON_CMD@ all: - $(PYTHON_CMD) dustygas.py run: $(PYTHON_CMD) dustygas.py @@ -17,7 +16,7 @@ test: install: @INSTALL@ -d $(INST_DIR) @INSTALL@ -c -m ug+rw,o+r Makefile $(INST_DIR) - @INSTALL@ -c -m ug+rw,o+r dustgas.py $(INST_DIR) + @INSTALL@ -c -m ug+rw,o+r dustygas.py $(INST_DIR) @INSTALL@ -c runtest $(INST_DIR) @INSTALL@ -c cleanup $(INST_DIR) @INSTALL@ -c -m ug+rw,o+r output_blessed_0.txt $(INST_DIR)