diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-12-04 19:43:14 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-12-04 19:43:14 +0000 |
commit | 0a9d0d6028de38d23fb1c44cbd1a0a3b599aa4f1 (patch) | |
tree | 2f8c6b69871e9daf7c53c1d62dc411807da7aaea /gnu/egcs | |
parent | af5e3177cd84632289ae30e3786ab47eae67bafd (diff) |
Put GNU getopt back in until some issues are resolved.
Diffstat (limited to 'gnu/egcs')
-rw-r--r-- | gnu/egcs/libiberty/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |