From: heister Date: Wed, 2 Jan 2013 16:48:51 +0000 (+0000) Subject: revert Makefile change on branch X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85a8e503e9c670d82f9fc8d4a335379d882766f0;p=dealii-svn.git 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 --- 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))