From: wolf Date: Thu, 1 Apr 1999 13:24:46 +0000 (+0000) Subject: Commit a small patch of a strange kind; I actually don't know how this X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6628362e95a4c0390915f61c594db818a9ea54f1;p=dealii-svn.git Commit a small patch of a strange kind; I actually don't know how this could ever have worked!? git-svn-id: https://svn.dealii.org/trunk@1071 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/Makefile b/deal.II/base/source/Makefile index d5ac7a0691..0378f77d32 100644 --- a/deal.II/base/source/Makefile +++ b/deal.II/base/source/Makefile @@ -47,7 +47,7 @@ clean: ../lib/Makefile.dep: $(cc-files) $(forward-declarations) $(h-files) Makefile ifneq (1,${recursive-make-fwd-decl}) @echo ============================ Remaking Makefile - @perl ../Make_dep.pl ../lib/liblac $(INCLUDE) $(cc-files) \ + @perl ../Make_dep.pl ../lib/libbase $(INCLUDE) $(cc-files) \ > ../lib/Makefile.dep else @echo ============================ Not remaking Makefile since in nested mode