]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Move the path few people will use for include files to the end of the
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 28 Oct 2010 14:51:13 +0000 (14:51 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 28 Oct 2010 14:51:13 +0000 (14:51 +0000)
list because it requires opening files that don't exist before we move
on to try the next path.

git-svn-id: https://svn.dealii.org/trunk@22533 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/common/Make.global_options.in

index b5f3abb9b012f658749fbc33f1599c46ec195013..abea443107719ca61d87080d2878d30aced1754d 100644 (file)
@@ -295,10 +295,11 @@ include-path-mumps           = $(DEAL_II_MUMPS_DIR)/include
 # 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/include -I$D/include/deal.II \
+INCLUDE = -I$D/include/deal.II \
          @CPPFLAGS@ @TECPLOT_INCLUDE_DIR@ \
           @UMFPACK_INCLUDE_DIR@ @HSL_INCLUDE_DIR@ \
-         -I$D/contrib
+         -I$D/contrib \
+         -I$D/include
 
 # add PETSc, SLEPSc, and Trilinos include paths if necessary. this rule
 # (and the one further down below to get correct flags) should eventually

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.