From: Wolfgang Bangerth Date: Wed, 23 Nov 2005 15:58:52 +0000 (+0000) Subject: Oops. X-Git-Tag: v8.0.0~12855 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=668f86e02acd77909c29e2d4f1dc50a98eea4d9d;p=dealii.git Oops. git-svn-id: https://svn.dealii.org/trunk@11780 0785d39b-7218-0410-832d-ea1e28bc413d --- 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)