From e9ba0718752e3274ad249641fe3f2ed08ff8a403 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sat, 28 Feb 2004 07:25:48 +0000 Subject: [PATCH] Add getopt_long.c if ${BOOTSTRAPPING} < 502104 --- tools/build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/Makefile b/tools/build/Makefile index fa5bae22b64..64d3f77fe33 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) +.if ( !exists(/usr/include/getopt.h) || ${BOOTSTRAPPING} < 502104 ) INCS+= getopt.h .PATH: ${.CURDIR}/../../lib/libc/stdlib SRCS+= getopt_long.c