From: Ralf Hartmann Date: Thu, 30 Mar 2006 09:05:03 +0000 (+0000) Subject: BOOST_INCLUDE_DIR already included in CPPFLAGS. X-Git-Tag: v8.0.0~11953 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb69652436d0008aeba5b7d062887d2e6f7d7424;p=dealii.git BOOST_INCLUDE_DIR already included in CPPFLAGS. git-svn-id: https://svn.dealii.org/trunk@12765 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/Make.global_options.in b/deal.II/common/Make.global_options.in index bff3759b48..9addd8bc04 100644 --- a/deal.II/common/Make.global_options.in +++ b/deal.II/common/Make.global_options.in @@ -155,8 +155,7 @@ include-path-petsc-bmake = $(DEAL_II_PETSC_DIR)/bmake/$(DEAL_II_PETSC_ARCH) include-path-metis = $(DEAL_II_METIS_DIR)/Lib INCLUDE = -I$D/base/include -I$D/lac/include -I$D/deal.II/include \ - @BOOST_INCLUDE_DIR@ \ - @TECPLOT_INCLUDE_DIR@ @CPPFLAGS@ \ + @CPPFLAGS@ @TECPLOT_INCLUDE_DIR@ \ @UMFPACK_INCLUDE_DIR@ @HSL_INCLUDE_DIR@ \ -I$D/contrib