diff options
author | ache <ache@FreeBSD.org> | 2004-02-28 05:38:45 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-02-28 05:38:45 +0000 |
commit | a37e6dc1e992550be37b3fd7c241d71ccb5d4735 (patch) | |
tree | a9f095c6e9b5c59bc58e11cc9008b5794955b513 /gnu/usr.bin | |
parent | 3821a70e28e404f643922d5338226fbfa2b73776 (diff) | |
download | FreeBSD-src-a37e6dc1e992550be37b3fd7c241d71ccb5d4735.zip FreeBSD-src-a37e6dc1e992550be37b3fd7c241d71ccb5d4735.tar.gz |
Use system getopt_long*
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/binutils/libiberty/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/libiberty/Makefile b/gnu/usr.bin/binutils/libiberty/Makefile index cb0ac97..9b6511d 100644 --- a/gnu/usr.bin/binutils/libiberty/Makefile +++ b/gnu/usr.bin/binutils/libiberty/Makefile @@ -6,7 +6,7 @@ LIB= iberty SRCS= argv.c choose-temp.c concat.c cp-demangle.c cplus-dem.c \ - dyn-string.c getopt.c getopt1.c getpwd.c getruntime.c \ + dyn-string.c getpwd.c getruntime.c \ hex.c floatformat.c hashtab.c lbasename.c make-temp-file.c \ objalloc.c obstack.c safe-ctype.c xatexit.c xexit.c xmalloc.c \ xstrdup.c xstrerror.c |