Removed extraneous parentheses.

This commit is contained in:
Ruslan Ermilov 2004-03-01 17:47:38 +00:00
parent db33b1c4d0
commit 4fca7bd3dd

View File

@ -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