Fixed creating the "current" symlink. Spotted by Stippi.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@39409 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2010-11-12 10:02:58 +00:00
parent 5c3390ac15
commit 1e30b3120c

View File

@ -39,6 +39,6 @@ Ok, now everything is compiled and ready, waiting to be installed:
make install install-html
cd ../gcc-obj
make install install-html
cd ${GCCVERSION} /boot/develop/abi/x86/gcc4/tools/current
ln -sfn ${GCCVERSION} /boot/develop/abi/x86/gcc4/tools/current
Please send questions & bug-reports to: Oliver Tappe <gcc@hirschkaefer.de>