From 07852581b1fb225d681ed59663dc7724d24812cc Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 14 Feb 2010 05:42:20 +0000 Subject: [PATCH] Make generation of .inst files also depend on the time stamp of common/scripts/expand_instantiations. git-svn-id: https://svn.dealii.org/trunk@20618 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Makefile | 3 ++- deal.II/lac/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/Makefile b/deal.II/deal.II/Makefile index 7d25c3edf4..787f1b98a2 100644 --- a/deal.II/deal.II/Makefile +++ b/deal.II/deal.II/Makefile @@ -72,7 +72,8 @@ $(LIBDIR)/3d/%.$(OBJEXT) : @echo "=====deal.II====3d====optimized==$(MT)== $(<:source/%=%)" @$(CXX) $(CXXFLAGS.o) -Ddeal_II_dimension=3 -c $< -o $@ -source/%.inst : source/%.inst.in $D/common/template-arguments +source/%.inst : source/%.inst.in $D/common/template-arguments \ + $D/common/scripts/expand_instantiations @echo "=====deal.II========================= $(@F)" @$D/common/scripts/expand_instantiations $D/common/template-arguments < $< > $@ diff --git a/deal.II/lac/Makefile b/deal.II/lac/Makefile index deabbaae4a..57a1c482ac 100644 --- a/deal.II/lac/Makefile +++ b/deal.II/lac/Makefile @@ -37,7 +37,8 @@ $(LIBDIR)/lac/%.$(OBJEXT) : @echo "=====lac==============optimized==$(MT)== $( $@ -- 2.39.5