From: wolf Date: Wed, 4 Apr 2001 13:57:42 +0000 (+0000) Subject: Delete libs differently: since $(LIBDIR) is not in CVS, we can't have X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0845cdaf965c2235fedb3badd568b0b32a8fe24c;p=dealii-svn.git Delete libs differently: since $(LIBDIR) is not in CVS, we can't have a Makefile there that can clean up itself. git-svn-id: https://svn.dealii.org/trunk@4372 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/Makefile b/deal.II/Makefile index 5297e0a90c..fd0a01e08c 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -173,7 +173,7 @@ clean-examples: cd $D/examples ; $(MAKE) clean clean-lib: - cd $(LIBDIR) ; $(MAKE) clean + -rm $(LIBDIR/lib* .PHONY: base baseg lac lacg 1d 2d 3d 1dg 2dg 3dg all \