diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 01:58:05 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 01:58:05 +0000 |
commit | af5f314286ac9e406765f8c4bdc4a1cad6826c8e (patch) | |
tree | 656442e4eb4e7a3efb0e0b1776eb4220f3f5ba72 /emulators/spim | |
parent | echo -> ${ECHO}/${ECHO_MSG} (diff) |
ln -> ${LN}
Notes
Notes:
svn path=/head/; revision=21047
Diffstat (limited to 'emulators/spim')
-rw-r--r-- | emulators/spim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index 16640a0ee422..93ae2bf474da 100644 --- a/emulators/spim/Makefile +++ b/emulators/spim/Makefile @@ -31,9 +31,9 @@ pre-install: post-install: [ -e ${PREFIX}/bin/cl-spim ] && \ - /bin/ln -f ${PREFIX}/bin/cl-spim ${PREFIX}/bin/spim + ${LN} -f ${PREFIX}/bin/cl-spim ${PREFIX}/bin/spim [ -e ${PREFIX}/bin/cl-xspim ] && \ - /bin/ln -f ${PREFIX}/bin/cl-xspim ${PREFIX}/bin/xspim + ${LN} -f ${PREFIX}/bin/cl-xspim ${PREFIX}/bin/xspim .if !defined(NOPORTDOCS) @${ECHO} "Installing spim/xspim documentation" @${MKDIR} ${PREFIX}/share/doc/spim \ |