From: Wolfgang Bangerth Date: Fri, 30 Apr 2010 13:41:58 +0000 (+0000) Subject: Remove a directory that is now no longer needed. X-Git-Tag: v8.0.0~6164 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a893c570341cb630269baa1a710ac199f5b8e068;p=dealii.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 $^ > $@