From 45f76914414ce93f8afacd0d89c5f3928b22ffbd Mon Sep 17 00:00:00 2001 From: guido Date: Thu, 7 Oct 2004 20:57:24 +0000 Subject: [PATCH] and missing \ ... don't do this if you are tired git-svn-id: https://svn.dealii.org/trunk@9703 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/development/Makefile.large | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/development/Makefile.large b/deal.II/doc/development/Makefile.large index b289cba58d..2d895fcb1d 100644 --- a/deal.II/doc/development/Makefile.large +++ b/deal.II/doc/development/Makefile.large @@ -49,8 +49,8 @@ cc-files = $(shell echo source/*.cc) o-files = $(cc-files:source/%.cc=lib/$(deal_II_dimension)d/%.$(OBJEXT)) go-files = $(cc-files:source/%.cc=lib/$(deal_II_dimension)d/%.g.$(OBJEXT)) h-files = $(wildcard include/*.h) -lib-h-files = $(shell echo $D/base/include/base/*.h - $D/lac/include/lac/*.h +lib-h-files = $(shell echo $D/base/include/base/*.h \ + $D/lac/include/lac/*.h \ $D/deal.II/include/*/*.h) # As before, define a list of libraries. This, of course depends on -- 2.39.5