Removed extraneous parentheses.
This commit is contained in:
parent
db33b1c4d0
commit
4fca7bd3dd
@ -52,7 +52,7 @@ SRCS+= strtofflags.c
|
||||
.endif
|
||||
|
||||
# Lot of tools need <getopt.h> and getopt_long(3).
|
||||
.if ( !exists(/usr/include/getopt.h) || ${BOOTSTRAPPING} < 502104 )
|
||||
.if !exists(/usr/include/getopt.h) || ${BOOTSTRAPPING} < 502104
|
||||
INCS+= getopt.h
|
||||
.PATH: ${.CURDIR}/../../lib/libc/stdlib
|
||||
SRCS+= getopt_long.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user