From 28fb00b873ba2355b5fcbbad4eea22ca18f6e2c7 Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 17 Feb 2004 03:40:32 +0000 Subject: Remove getopt*.c, we already have compatible getopt_long() in libc --- gnu/usr.bin/groff/src/libs/libgroff/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/groff/src/libs/libgroff/Makefile b/gnu/usr.bin/groff/src/libs/libgroff/Makefile index 876131c..a7c5d28 100644 --- a/gnu/usr.bin/groff/src/libs/libgroff/Makefile +++ b/gnu/usr.bin/groff/src/libs/libgroff/Makefile @@ -8,7 +8,7 @@ SRCS= assert.cpp change_lf.cpp cmap.cpp color.cpp cset.cpp device.cpp errarg.cp maxfilename.cpp mksdir.cpp nametoindex.cpp new.cpp paper.cpp prime.cpp\ progname.cpp ptable.cpp searchpath.cpp string.cpp strsave.cpp\ tmpfile.cpp tmpname.cpp version.cpp -SRCS+= getopt.c getopt1.c iftoa.c itoa.c matherr.c +SRCS+= iftoa.c itoa.c matherr.c CLEANFILES= version.cpp .include -- cgit v1.1