Remove getopt*.c, we already have compatible getopt_long() in libc

This commit is contained in:
Andrey A. Chernov 2004-02-17 01:49:20 +00:00
parent 9b727a71d1
commit 4611c83a7f

View File

@ -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}