From 4fca7bd3dd2b178e6d1e34d533cbb526502c98ba Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 1 Mar 2004 17:47:38 +0000 Subject: [PATCH] Removed extraneous parentheses. --- tools/build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/Makefile b/tools/build/Makefile index 64d3f77fe33..7b25322b534 100644 --- a/tools/build/Makefile +++ b/tools/build/Makefile @@ -52,7 +52,7 @@ SRCS+= strtofflags.c .endif # Lot of tools need 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