summaryrefslogtreecommitdiffstats
path: root/tools/build/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-03-01 17:47:38 +0000
committerru <ru@FreeBSD.org>2004-03-01 17:47:38 +0000
commit98df36967c7e455e4dedaff31160199c97194ac3 (patch)
tree68a4dadad5188e708e289b640daaba4b314f7408 /tools/build/Makefile
parentdcb69fe7b178b0fe698c1a36b4a921d4a15080d7 (diff)
downloadFreeBSD-src-98df36967c7e455e4dedaff31160199c97194ac3.zip
FreeBSD-src-98df36967c7e455e4dedaff31160199c97194ac3.tar.gz
Removed extraneous parentheses.
Diffstat (limited to 'tools/build/Makefile')
-rw-r--r--tools/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/Makefile b/tools/build/Makefile
index 64d3f77..7b25322 100644
--- a/tools/build/Makefile
+++ b/tools/build/Makefile
@@ -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
OpenPOWER on IntegriCloud