From 0a9d0d6028de38d23fb1c44cbd1a0a3b599aa4f1 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 4 Dec 2002 19:43:14 +0000 Subject: Put GNU getopt back in until some issues are resolved. --- gnu/egcs/libiberty/Makefile.bsd-wrapper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/egcs') diff --git a/gnu/egcs/libiberty/Makefile.bsd-wrapper b/gnu/egcs/libiberty/Makefile.bsd-wrapper index 24c13c19ce6..55a1c5bf089 100644 --- a/gnu/egcs/libiberty/Makefile.bsd-wrapper +++ b/gnu/egcs/libiberty/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.11 2002/12/03 23:13:18 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.12 2002/12/04 19:43:13 millert Exp $ LIB= iberty CPPFLAGS+= -DHAVE_CONFIG_H -I$(.CURDIR) -I$(.CURDIR)/../include -I$(.OBJDIR) @@ -17,7 +17,7 @@ HOST_FILES!= cat $(.OBJDIR)/needed-list .endif SRCS= argv.c choose-temp.c concat.c cplus-dem.c dyn-string.c \ - fdmatch.c getpwd.c getruntime.c \ + fdmatch.c getopt.c getopt1.c getpwd.c getruntime.c \ hashtab.c hex.c floatformat.c objalloc.c obstack.c \ pexecute.c spaces.c splay-tree.c strerror.c strsignal.c \ xatexit.c xexit.c xmalloc.c xstrerror.c xstrdup.c \ -- cgit v1.2.3