oops, fix adding arc4random.c to SRCS

This commit is contained in:
tg 2009-08-01 14:12:13 +00:00
parent 0bd3e05b9c
commit 7f5ce5e5ba
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.413 2009/07/30 19:11:09 tg Exp $'
srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.414 2009/08/01 14:12:13 tg Exp $'
#-
# Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009
# Thorsten Glaser <tg@mirbsd.org>
@ -1086,7 +1086,7 @@ if test 0 = $HAVE_ARC4RANDOM; then
fi
if test -f arc4random.c; then
ac_header sys/sysctl.h
addsrcs HAVE_ARC4RANDOM arc4random.c
addsrcs ! HAVE_ARC4RANDOM arc4random.c
HAVE_ARC4RANDOM=1
LIBS="$LIBS arc4random.c"
fi