From: wolf Date: Thu, 1 May 2003 22:28:51 +0000 (+0000) Subject: Relative paths in symlinks suck. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c91438937d285dc93a573fdcb5bbb852ccf53151;p=dealii-svn.git Relative paths in symlinks suck. git-svn-id: https://svn.dealii.org/trunk@7540 0785d39b-7218-0410-832d-ea1e28bc413d --- 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