From c91438937d285dc93a573fdcb5bbb852ccf53151 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 1 May 2003 22:28:51 +0000 Subject: [PATCH] Relative paths in symlinks suck. git-svn-id: https://svn.dealii.org/trunk@7540 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 4fc3dec74d..e106946a35 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 `pwd`/$$i ../$$TARGET/$$i ; \ fi ; \ done -- 2.39.5