From 59bc12447519e26c0b7409e6c96a266375927d5d Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 30 Apr 2003 18:54:42 +0000 Subject: [PATCH] Fix another thinko. git-svn-id: https://svn.dealii.org/trunk@7518 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 131fae0292..4fc3dec74d 100644 --- a/tests/results/Makefile +++ b/tests/results/Makefile @@ -19,7 +19,7 @@ linkfiles-%: if test -L ../$$TARGET/$$i ; then \ rm ../$$TARGET/$$i ; \ fi ; \ - ln -s ../../$$SOURCE/$$i ../$$TARGET/$$i ; \ + ln -s ../$$SOURCE/$$i ../$$TARGET/$$i ; \ fi ; \ done -- 2.39.5