From 668f86e02acd77909c29e2d4f1dc50a98eea4d9d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 23 Nov 2005 15:58:52 +0000 Subject: [PATCH] Oops. git-svn-id: https://svn.dealii.org/trunk@11780 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/lac/Makefile b/deal.II/lac/Makefile index 7e1e89659f..cada0f0bea 100644 --- a/deal.II/lac/Makefile +++ b/deal.II/lac/Makefile @@ -108,8 +108,8 @@ clean: # # If the command fails, then remove Makefile.dep again and fail Makefile.dep: $(cc-files) $(h-files) Makefile $D/common/Make.global_options - @echo ============================ Remaking base/Makefile - @$D/common/scripts/make_dependencies $(INCLUDE) "-B$(LIBDIR)/base" $(cc-files) \ + @echo ============================ Remaking lac/Makefile + @$D/common/scripts/make_dependencies $(INCLUDE) "-B$(LIBDIR)/lac" $(cc-files) \ > $@ \ || (rm -f $@ ; false) -- 2.39.5