From: Jarkko Hietaniemi Date: Wed, 12 Dec 2001 01:12:49 +0000 (+0000) Subject: The beos.c needs to be in the main directory. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8c747ec4175c890f85d6ab76e429d315397def14;p=p5sagit%2Fp5-mst-13.2.git The beos.c needs to be in the main directory. p4raw-id: //depot/perl@13638 --- diff --git a/hints/beos.sh b/hints/beos.sh index bfe2ee8..25b99a1 100644 --- a/hints/beos.sh +++ b/hints/beos.sh @@ -56,4 +56,7 @@ case "$ldlibpthname" in esac # the waitpid() wrapper -archobjs="beos/beos.o" +archobjs="beos.o" +test -f beos.c || cp beos/beos.c . + +