diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-12 01:12:49 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-12 01:12:49 +0000 |
commit | 8c747ec4175c890f85d6ab76e429d315397def14 (patch) | |
tree | f67bdeaec2715aaedd6814d205f27f127072f5df /hints | |
parent | 35990314f73df48945aa05a488674262637a7abb (diff) | |
download | perl-8c747ec4175c890f85d6ab76e429d315397def14.tar.gz |
The beos.c needs to be in the main directory.
p4raw-id: //depot/perl@13638
Diffstat (limited to 'hints')
-rw-r--r-- | hints/beos.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hints/beos.sh b/hints/beos.sh index bfe2ee89f5..25b99a1f16 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 . + + |