diff options
author | Tom Spindler <dogcow@isi.net> | 1998-07-22 12:11:07 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-26 02:11:09 +0000 |
commit | ea9a7f8e577286c9271a4e622f97869a07bf4c4e (patch) | |
tree | f22735344014531bc4721c03d8aaa4ebdabe8afe /hints/beos.sh | |
parent | 637e912262e4072f5d3143e5aa8a2f745dc0c7ea (diff) | |
download | perl-ea9a7f8e577286c9271a4e622f97869a07bf4c4e.tar.gz |
BeOS tweak
Message-ID: <19980722161107.A16813@home.merit.edu>
p4raw-id: //depot/maint-5.005/perl@1655
Diffstat (limited to 'hints/beos.sh')
-rw-r--r-- | hints/beos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/beos.sh b/hints/beos.sh index d8d4fd0515..ab752769b6 100644 --- a/hints/beos.sh +++ b/hints/beos.sh @@ -1,7 +1,7 @@ # 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; fi +if [ ! -f beos/nm ]; then mwcc -w all -o beos/nm beos/nm.c; fi prefix="/boot/home/config" |