From db1f4649d864c28b8ba8fb9ab590f960990c518b Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Wed, 30 Jun 2010 17:33:18 +0000 Subject: [PATCH] wrong directory git-svn-id: https://svn.dealii.org/trunk@21418 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/Make.global_options.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/common/Make.global_options.in b/deal.II/common/Make.global_options.in index d52a69a4cb..1dc550262d 100644 --- a/deal.II/common/Make.global_options.in +++ b/deal.II/common/Make.global_options.in @@ -381,4 +381,4 @@ print-summary: @echo "dealii-feature: Trilinos=$(subst ..,,$(DEAL_II_TRILINOS_VERSION_MAJOR).$(DEAL_II_TRILINOS_VERSION_MINOR).$(DEAL_II_TRILINOS_VERSION_SUBMINOR))" @echo "dealii-feature: MUMPS=$(subst no,,$(USE_CONTRIB_MUMPS))" @echo "dealii-feature: METIS=$(subst no,,$(USE_CONTRIB_METIS))" - @cd scripts ; make report_features && ./report_features + @cd $D/common/scripts ; make report_features && ./report_features -- 2.39.5