From 33a3840c2849ac9d2480f00b672b571f9896257d Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 1 Mar 2013 23:29:11 +0000 Subject: [PATCH] Bugfix git-svn-id: https://svn.dealii.org/branches/branch_cmake@28709 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/GNUmakefile b/deal.II/GNUmakefile index 4bf5eb25df..2b581cc63e 100644 --- a/deal.II/GNUmakefile +++ b/deal.II/GNUmakefile @@ -105,4 +105,4 @@ build_test: @echo "END RUN EXAMPLES OUTPUT `date -u '+%Y-%m-%d %T'`" | tee -a $(logfile) rm -rf $(builddir) rm -rf $(installdir) - rmdir --ignore-fail-on-non-empty -p $(testdir) + -rmdir --ignore-fail-on-non-empty -p $(testdir) -- 2.39.5