From 85a8e503e9c670d82f9fc8d4a335379d882766f0 Mon Sep 17 00:00:00 2001 From: heister Date: Wed, 2 Jan 2013 16:48:51 +0000 Subject: [PATCH] revert Makefile change on branch git-svn-id: https://svn.dealii.org/branches/branch_merge_mg_into_dof_handler@27894 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/source/Makefile b/deal.II/source/Makefile index 80296c4019..d65507f956 100644 --- a/deal.II/source/Makefile +++ b/deal.II/source/Makefile @@ -19,7 +19,7 @@ default all: debug optimized # largest compile jobs first so that 'make -j N' saturates many processors # also towards the end of compiling (e.g. numerics/vectors.cc takes several # minutes to compile...) -all-dirs := dofs numerics fe lac base grid hp multigrid distributed +all-dirs := numerics fe dofs lac base grid hp multigrid distributed cc-files := $(shell for i in $(all-dirs) ; do echo $D/source/$$i/*.cc ; done) h-files := $(sort $(shell echo $D/include/deal.II/*/*.h)) -- 2.39.5