diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-12-03 23:13:19 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-12-03 23:13:19 +0000 |
commit | 66a42e130706c81d2d1441a8c10d7a2913e8e268 (patch) | |
tree | 231d27228b7504b298e3457e8b6eee093efd4d67 /gnu | |
parent | d57e94dae8a49eaab30d25cef5793ec9d6a32389 (diff) |
No need to include getopt_long and friends here as we have them in libc.
Suggested by espie@
Diffstat (limited to 'gnu')
-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 0cd81583d54..24c13c19ce6 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.10 2002/05/11 13:05:08 fgsch Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.11 2002/12/03 23:13:18 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 getopt.c getopt1.c getpwd.c getruntime.c \ + fdmatch.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 \ |