From: Tom Spindler Date: Wed, 22 Jul 1998 16:11:07 +0000 (-0400) Subject: BeOS tweak X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ea9a7f8e577286c9271a4e622f97869a07bf4c4e;p=p5sagit%2Fp5-mst-13.2.git BeOS tweak Message-ID: <19980722161107.A16813@home.merit.edu> p4raw-id: //depot/maint-5.005/perl@1655 --- diff --git a/hints/beos.sh b/hints/beos.sh index d8d4fd0..ab75276 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"