From 01dc3cf915e017597c2fa5a65b3a475c943634a3 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 15 Aug 2006 21:59:24 +0000 Subject: [PATCH] This change is needed in order for clean to work in some cases. --- Cantera/src/thermo/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cantera/src/thermo/Makefile.in b/Cantera/src/thermo/Makefile.in index e6d1d657c..a2e79fe2c 100644 --- a/Cantera/src/thermo/Makefile.in +++ b/Cantera/src/thermo/Makefile.in @@ -70,7 +70,7 @@ ifeq ($(do_ranlib),1) endif clean: - @(for lh in $(CATHERMO_H) ; do \ + @(for lh in dummy.h $(CATHERMO_H) ; do \ th=$(INCDIR)/"$${lh}" ; \ if test -f "$${th}" ; then \ $(RM) "$${th}" ; \