From 9b376c4774650629cf9e910b17db49eda6d3a9f3 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 2 Sep 2008 20:01:54 +0000 Subject: [PATCH] Remove bogus target. Make .inst files dependent on D/common/template-arguments git-svn-id: https://svn.dealii.org/trunk@16710 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/deal.II/deal.II/Makefile b/deal.II/deal.II/Makefile index d4aff9c23d..2fd3683c68 100644 --- a/deal.II/deal.II/Makefile +++ b/deal.II/deal.II/Makefile @@ -75,7 +75,7 @@ $(LIBDIR)/3d/%.$(OBJEXT) : @echo "=====deal.II====3d====optimized==$(MT)== $(<:source/%=%)" @$(CXX) $(CXXFLAGS.o) -Ddeal_II_dimension=3 -c $< -o $@ -source/%.inst : source/%.inst.in +source/%.inst : source/%.inst.in $D/common/template-arguments @echo "=====deal.II========================= $(@F)" @$D/common/scripts/expand_instantiations $D/common/template-arguments < $< > $@ @@ -180,9 +180,6 @@ $(LIBDIR)/libdeal_II_3d$(shared-lib-suffix): $(o-files-3d) -x: - echo $(inst-files) - # Rule to generate the dependency file. This file is # automagically remade whenever needed, i.e. whenever # one of the cc-/h-files changed. Make detects whether -- 2.39.5