From: Guido Kanschat Date: Wed, 30 Jun 2010 17:33:18 +0000 (+0000) Subject: wrong directory X-Git-Tag: v8.0.0~5882 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db1f4649d864c28b8ba8fb9ab590f960990c518b;p=dealii.git wrong directory git-svn-id: https://svn.dealii.org/trunk@21418 0785d39b-7218-0410-832d-ea1e28bc413d --- 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