This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
BeOS tweak
authorTom Spindler <dogcow@isi.net>
Wed, 22 Jul 1998 16:11:07 +0000 (12:11 -0400)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 26 Jul 1998 02:11:09 +0000 (02:11 +0000)
Message-ID: <19980722161107.A16813@home.merit.edu>

p4raw-id: //depot/maint-5.005/perl@1655

hints/beos.sh

index d8d4fd0..ab75276 100644 (file)
@@ -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"