From 56188d0db609b67e09444a8f5f18be9f5c3c4105 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 3 Oct 2002 22:45:36 +0000 Subject: [PATCH] Fix last check-in git-svn-id: https://svn.dealii.org/trunk@6604 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/Makefile b/deal.II/Makefile index 7e9e41b485..eee134bc6f 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -89,7 +89,7 @@ debug: deps optimized: deps $(MAKE) $(MAKEOPTIONS) contrib baseo laco 2do 1do 3do -contrib: $(subst no,,$(subst yes,baseo,USE_CONTRIB_HSL)) +contrib: $(subst no,,$(subst yes,baseo,$(USE_CONTRIB_HSL))) cd $D/contrib ; $(MAKE) -- 2.39.5