From 2c152e2fafdf42fb0e7345629814d2e80d41b6ae Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 25 Feb 2007 14:41:23 +0000 Subject: [PATCH] Add a comment. git-svn-id: https://svn.dealii.org/trunk@14506 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/Make.global_options.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deal.II/common/Make.global_options.in b/deal.II/common/Make.global_options.in index 8eada2967f..32173da4bc 100644 --- a/deal.II/common/Make.global_options.in +++ b/deal.II/common/Make.global_options.in @@ -154,6 +154,9 @@ include-path-petsc = $(DEAL_II_PETSC_DIR)/include include-path-petsc-bmake = $(DEAL_II_PETSC_DIR)/bmake/$(DEAL_II_PETSC_ARCH) include-path-metis = $(DEAL_II_METIS_DIR)/Lib +# include paths as command line flags. while compilers allow a space between +# the '-I' and the actual path, we also send these flags to the +# make_dependencies program that doesn't support the extra space. INCLUDE = -I$D/base/include -I$D/lac/include -I$D/deal.II/include \ @CPPFLAGS@ @TECPLOT_INCLUDE_DIR@ \ @UMFPACK_INCLUDE_DIR@ @HSL_INCLUDE_DIR@ \ -- 2.39.5