aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/libiberty/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-03-31 20:00:18 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-03-31 20:00:18 +0000
commit7ea7bc591b4606e81f1a8fd2a1ddd13e906b0861 (patch)
treee628773baa6629c80a8bcb49d728e36d201aa645 /gnu/usr.bin/binutils/libiberty/Makefile
parent5aa865141c00d9521252e65c40010074fab9b1c0 (diff)
downloadsrc-7ea7bc591b4606e81f1a8fd2a1ddd13e906b0861.tar.gz
src-7ea7bc591b4606e81f1a8fd2a1ddd13e906b0861.zip
Reduce the libiberty sources we build to those we actually need.
Notes
Notes: svn path=/head/; revision=75045
Diffstat (limited to 'gnu/usr.bin/binutils/libiberty/Makefile')
-rw-r--r--gnu/usr.bin/binutils/libiberty/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/usr.bin/binutils/libiberty/Makefile b/gnu/usr.bin/binutils/libiberty/Makefile
index 0042e655f310..4bb708aa9ca7 100644
--- a/gnu/usr.bin/binutils/libiberty/Makefile
+++ b/gnu/usr.bin/binutils/libiberty/Makefile
@@ -5,11 +5,11 @@
.PATH: ${SRCDIR}/libiberty
LIB= iberty
-SRCS= argv.c basename.c choose-temp.c concat.c cp-demangle.c cplus-dem.c \
- dyn-string.c fdmatch.c fnmatch.c getopt.c getopt1.c getruntime.c \
- hex.c floatformat.c objalloc.c obstack.c spaces.c \
- strerror.c strsignal.c xatexit.c xexit.c xmalloc.c \
- xstrdup.c xstrerror.c insque.c
+SRCS= argv.c choose-temp.c concat.c cp-demangle.c cplus-dem.c \
+ dyn-string.c getopt.c getopt1.c getruntime.c \
+ hex.c floatformat.c objalloc.c obstack.c \
+ xatexit.c xexit.c xmalloc.c \
+ xstrdup.c xstrerror.c
CFLAGS+= -DHAVE_CONFIG_H
NOPROFILE= true
NOPIC= true