From 41cb0eca0359ffe4dd1060f47d4540d395bf6a74 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 30 Apr 2003 16:49:08 +0000 Subject: [PATCH] Fix thinko. git-svn-id: https://svn.dealii.org/trunk@7508 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 4345608d9f..81963226cc 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 $$i ../$$TARGET/$$i ; \ + ln -s ../../$$SOURCE/$$i ../$$TARGET/$$i ; \ fi ; \ done -- 2.39.5