From: Wolfgang Bangerth Date: Wed, 24 Feb 1999 14:11:04 +0000 (+0000) Subject: Fix another problem. X-Git-Tag: v8.0.0~22359 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c140245b1392a48666b3836d54968caf27f20dc9;p=dealii.git Fix another problem. git-svn-id: https://svn.dealii.org/trunk@899 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/Makefile b/deal.II/base/source/Makefile index 7900d0e811..4e342fb664 100644 --- a/deal.II/base/source/Makefile +++ b/deal.II/base/source/Makefile @@ -7,7 +7,7 @@ o-files = $(cc-files:.cc=.o) go-files = $(cc-files:.cc=.go) h-files = $(wildcard ../include/*/*.h) -forward-declarations = ../include/base/forward-declarations.h +forward-declarations = $D/base/include/base/forward-declarations.h include $D/deal.II/Make.global_options diff --git a/deal.II/lac/source/Makefile b/deal.II/lac/source/Makefile index 0778e709bc..2916c551b1 100644 --- a/deal.II/lac/source/Makefile +++ b/deal.II/lac/source/Makefile @@ -14,7 +14,7 @@ o-files = $(cc-files:.cc=.o) go-files = $(cc-files:.cc=.go) h-files = $(wildcard ../include/*/*.h) -forward-declarations = ../include/lac/forward-declarations.h +forward-declarations = $D/lac/include/lac/forward-declarations.h D=../..