From 006d901b6470fcb731a0390e17d94f7b450e8aff Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 17 Feb 2004 01:49:20 +0000 Subject: Remove getopt*.c, we already have compatible getopt_long() in libc --- gnu/usr.bin/gperf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/gperf/Makefile b/gnu/usr.bin/gperf/Makefile index 06cce05..57fd061 100644 --- a/gnu/usr.bin/gperf/Makefile +++ b/gnu/usr.bin/gperf/Makefile @@ -10,7 +10,7 @@ PROG_CXX= gperf SRCS= bool-array.cc gen-perf.cc hash-table.cc iterator.cc key-list.cc \ list-node.cc main.cc new.cc options.cc read-line.cc trace.cc \ vectors.cc version.cc -SRCS+= hash.cc getopt.c getopt1.c +SRCS+= hash.cc CXXFLAGS+= -I${GPROFDIR}/lib -I${.CURDIR} -- cgit v1.1