From 14e75fa22b3f4612a8067a73e42566645e84b252 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 8 Mar 2005 18:15:21 +0000 Subject: [PATCH] # by default make sublibs. the functionparser is not part of the # default make list, since it needs to be built *before* the rest of # this stuff as it is needed by libbase git-svn-id: https://svn.dealii.org/trunk@10048 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/contrib/Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/deal.II/contrib/Makefile.in b/deal.II/contrib/Makefile.in index db3213f917..2cbc62561f 100644 --- a/deal.II/contrib/Makefile.in +++ b/deal.II/contrib/Makefile.in @@ -4,8 +4,10 @@ include ../common/Make.global_options -# by default make sublibs -default: hsl umfpack functionparser +# by default make sublibs. the functionparser is not part of the +# default make list, since it needs to be built *before* the rest of +# this stuff as it is needed by libbase +default: hsl umfpack ifeq ($(USE_CONTRIB_HSL),yes) -- 2.39.5