From 7a72492527355709a4aa5908578a7c3d91b83628 Mon Sep 17 00:00:00 2001 From: maier Date: Fri, 1 Mar 2013 00:09:59 +0000 Subject: [PATCH] Bugfix git-svn-id: https://svn.dealii.org/branches/branch_cmake@28659 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 0632f761be..9e4c9af791 100644 --- a/deal.II/GNUmakefile +++ b/deal.II/GNUmakefile @@ -67,5 +67,5 @@ build_test: cd $(builddir) && make log >/dev/null 2>&1 cp $(builddir)/cmake.log $(testdir) cd $(builddir) && make $(MAKEOPTS) install >$(testdir)/build.log 2>&1 - cd $(installdir)/examples && make run_examples >$(testdir)/examples.log 2>&1 + cd $(installdir)/examples && make $(MAKEOPTS) run_examples >$(testdir)/examples.log 2>&1 -- 2.39.5