From: Wolfgang Bangerth Date: Thu, 19 Jan 2006 21:50:45 +0000 (+0000) Subject: Re-indent X-Git-Tag: v8.0.0~12573 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4974f702200ec277f0e1c01f5eb25c891cc3087;p=dealii.git Re-indent git-svn-id: https://svn.dealii.org/trunk@12102 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/Makefile b/deal.II/base/Makefile index 63e13f0e0a..c21141be5c 100644 --- a/deal.II/base/Makefile +++ b/deal.II/base/Makefile @@ -20,7 +20,7 @@ include $D/common/Make.global_options # there's an extra .o file for the function parser that we need to link into # libbase ifeq ($(enable-parser),yes) -extra-o-files = $(LIBDIR)/contrib/functionparser/fparser.$(OBJEXT) + extra-o-files = $(LIBDIR)/contrib/functionparser/fparser.$(OBJEXT) endif