diff options
Diffstat (limited to 'hints/beos.sh')
-rw-r--r-- | hints/beos.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hints/beos.sh b/hints/beos.sh index a83b4af6dd..1224ec1cc4 100644 --- a/hints/beos.sh +++ b/hints/beos.sh @@ -1,5 +1,4 @@ # BeOS hints file -# $Id: beos.sh,v 1.1 1998/02/16 03:51:45 dogcow Exp $ if [ ! -f beos/nm ]; then mwcc -w all -o beos/nm beos/nm.c 2>/dev/null; fi # If this fails, that's all right - it's only for PPC. |