From a66c94e823471dae52b41b3dc1f5da02bbbd31cf Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 2 May 2003 15:30:57 +0000 Subject: [PATCH] Ah, nasty typos. git-svn-id: https://svn.dealii.org/trunk@7552 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/results/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ; \ -- 2.39.5