From: bangerth Date: Fri, 30 Apr 2010 13:41:58 +0000 (+0000) Subject: Remove a directory that is now no longer needed. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=632eee213bd37da9bd592264344ed4053123c986;p=dealii-svn.git Remove a directory that is now no longer needed. git-svn-id: https://svn.dealii.org/trunk@21056 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/contrib/blastemplates/Makefile b/deal.II/contrib/blastemplates/Makefile deleted file mode 100644 index 31436bce98..0000000000 --- a/deal.II/contrib/blastemplates/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -########################################################################### -# $Id$ -########################################################################### - -all: lapack_templates.h - cp $< ../../lac/include/lac/ - -lapack_templates.h: templates.pl lapack_templates.h.in - perl $^ > $@