From 2f017f847bb54af3a181886ed17eee3b63469242 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Thu, 12 Jul 2007 19:34:41 +0000 Subject: [PATCH] Added a rm *.d to the clean rule. --- Cantera/src/zeroD/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cantera/src/zeroD/Makefile.in b/Cantera/src/zeroD/Makefile.in index cf8e23de1..92af9c723 100644 --- a/Cantera/src/zeroD/Makefile.in +++ b/Cantera/src/zeroD/Makefile.in @@ -64,7 +64,7 @@ clean: $(RM) $(ZEROD_LIB) ; \ echo "$(RM) $(ZEROD_LIB)" ; \ fi) - $(RM) *.o *~ .depends + $(RM) *.o *~ .depends *.d (if test -d SunWS_cache ; then \ $(RM) -rf SunWS_cache ; \ fi )