From: Wolfgang Bangerth Date: Tue, 8 Mar 2005 18:15:21 +0000 (+0000) Subject: # by default make sublibs. the functionparser is not part of the X-Git-Tag: v8.0.0~14480 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14e75fa22b3f4612a8067a73e42566645e84b252;p=dealii.git # 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 --- 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)