mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2025-11-24 02:52:23 +00:00
fix cgx.sdk / install symlink
This commit is contained in:
@ -11,4 +11,4 @@ CGraphX/FD/cybergraphics_lib.fd = cybergraphics.fd
|
||||
fd2sfd : cybergraphics.fd clib/cybergraphics_protos.h
|
||||
sfdc : cybergraphics.sfd
|
||||
stubs : cybergraphics.sfd
|
||||
symlink : include/cybergraphics include/cybergraphx
|
||||
symlink : include/cybergraphx include/cybergraphics
|
||||
|
||||
@ -96,9 +96,9 @@ case $1 in
|
||||
echo "#include \"${a[2]}\"" >$3/m68k-amigaos/include/${a[1]}
|
||||
;;
|
||||
symlink)
|
||||
echo creating symlink from ${a[2]} to ${a[1]}
|
||||
rm -rf $3/${a[2]}
|
||||
ln -s $3/${a[1]} $3/${a[2]}
|
||||
echo creating symlink from $3/m68k-amigaos/${a[2]} to $3/m68k-amigaos/${a[1]}
|
||||
rm -rf $3/m68k-amigaos/${a[2]}
|
||||
ln -s $3/m68k-amigaos/${a[1]} $3/m68k-amigaos/${a[2]}
|
||||
;;
|
||||
*)
|
||||
if [ "$line" != "" ]; then
|
||||
|
||||
Reference in New Issue
Block a user