From 4611c83a7fa2969d2864ad262338827aae162c97 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" 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(-) (limited to 'gnu') diff --git a/gnu/usr.bin/gperf/Makefile b/gnu/usr.bin/gperf/Makefile index 06cce054ec13..57fd0612bf77 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.3