From: wolf Date: Fri, 2 May 2003 15:30:57 +0000 (+0000) Subject: Ah, nasty typos. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a66c94e823471dae52b41b3dc1f5da02bbbd31cf;p=dealii-svn.git Ah, nasty typos. git-svn-id: https://svn.dealii.org/trunk@7552 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/results/Makefile b/tests/results/Makefile index 03a9e1114e..c8eda13f61 100644 --- a/tests/results/Makefile +++ b/tests/results/Makefile @@ -28,7 +28,7 @@ linkfiles-%: # if called with linksdirs-TARGET-to-SOURCE, creates a link from the source # directory to the target directory linkdirs-%: - @TARGET=`echo $@ | $(PERL) -pi -e 's/linkfiles-//; s/-to-.*//;'` ; \ + @TARGET=`echo $@ | $(PERL) -pi -e 's/linkdirs-//; s/-to-.*//;'` ; \ SOURCE=`echo $@ | $(PERL) -pi -e 's/.*-to-//;'` ; \ echo "Aliasing $$TARGET to $$SOURCE" ; \ if test -L $$TARGET ; then rm $$TARGET ; fi ; \