diff options
-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 . + + |