From 19afa9695bede102c0aed68e273c891d349a6823 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Thu, 30 Jul 2009 14:27:49 +0000 Subject: [PATCH] Finished the initial implementation of the ignore information. --- Makefile.in | 2 +- examples/cxx/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index e39e4a090..5fd41c952 100755 --- a/Makefile.in +++ b/Makefile.in @@ -247,7 +247,7 @@ uninstall: cd tools; @MAKE@ uninstall clean: - -$(RMDIRTREE) *.*~ @buildlib@/*.* build/include/cantera/config.h + -$(RMDIRTREE) *.*~ @buildlib@/*.* build/include/cantera/config.h svn*~ -cd Cantera; @MAKE@ clean -cd tools; @MAKE@ clean -cd ext; @MAKE@ clean diff --git a/examples/cxx/Makefile.in b/examples/cxx/Makefile.in index e74a9f8ee..008d0c035 100755 --- a/examples/cxx/Makefile.in +++ b/examples/cxx/Makefile.in @@ -111,7 +111,7 @@ $(PROGRAM): $(OBJS) $(LIB_DEPS) clean: - $(RM) $(OBJS) $(PROGRAM) $(DEPENDS) .depends + $(RM) $(OBJS) $(PROGRAM) $(DEPENDS) .depends *~ (if test -d SunWS_cache ; then \ $(RM) -rf SunWS_cache ; \ fi )