From 80efc8894b8466f431db25137bddf7a9325a6282 Mon Sep 17 00:00:00 2001 From: richter Date: Mon, 21 Feb 2000 09:42:23 +0000 Subject: [PATCH] Fix troublesome include-after-use. git-svn-id: https://svn.dealii.org/trunk@2446 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/deal.II/deal.II/Makefile b/deal.II/deal.II/Makefile index 466a863e18..93445d87b7 100644 --- a/deal.II/deal.II/Makefile +++ b/deal.II/deal.II/Makefile @@ -6,6 +6,11 @@ D=.. +# get options which hold for all files of the project +include $D/common/Make.global_options + + + # top level targets default: 2dg 2d @@ -52,9 +57,6 @@ go-files-3d = $(addprefix lib/3d/go/, $(tmp1:.cc=_3d.go)) o-files = $(o-files-1d) $(o-files-2d) $(o-files-3d) go-files = $(go-files-1d) $(go-files-2d) $(go-files-3d) -# get options which hold for all files of the project -include $D/common/Make.global_options - # rules how to generate object files from source files. note that # there are some files which needs exceptional rules; these are -- 2.39.5