From c66dab62457fab30fe312b1c497d03076fac007a Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Tue, 17 Feb 2004 03:40:32 +0000 Subject: [PATCH] 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 876131c5601..a7c5d281f05 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 -- 2.45.2