summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/libiberty/Makefile.in
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-07-20 03:29:51 +0000
committerobrien <obrien@FreeBSD.org>2001-07-20 03:29:51 +0000
commite55b0aebbf54426e20afda566c99dbca2d20aa89 (patch)
tree415722f688fd7a16e38a20dc5d1c4477f42180d8 /contrib/binutils/libiberty/Makefile.in
parente4de9fb2c006e11baefc9c92a5a4ed38408d5361 (diff)
downloadFreeBSD-src-e55b0aebbf54426e20afda566c99dbca2d20aa89.zip
FreeBSD-src-e55b0aebbf54426e20afda566c99dbca2d20aa89.tar.gz
Import of Binutils from the FSF 2.11 branch [checked out 19-July-2001].
This fixes an annoying `ld' bug.
Diffstat (limited to 'contrib/binutils/libiberty/Makefile.in')
-rw-r--r--contrib/binutils/libiberty/Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/contrib/binutils/libiberty/Makefile.in b/contrib/binutils/libiberty/Makefile.in
index 0eab5a6..16a040c 100644
--- a/contrib/binutils/libiberty/Makefile.in
+++ b/contrib/binutils/libiberty/Makefile.in
@@ -128,7 +128,8 @@ CFILES = asprintf.c alloca.c argv.c atexit.c basename.c bcmp.c bcopy.c \
bzero.c calloc.c choose-temp.c clock.c concat.c cplus-dem.c \
cp-demangle.c dyn-string.c fdmatch.c fnmatch.c getcwd.c \
getpwd.c getopt.c getopt1.c getpagesize.c getruntime.c \
- floatformat.c hashtab.c hex.c index.c insque.c md5.c memchr.c \
+ floatformat.c hashtab.c hex.c index.c insque.c lbasename.c \
+ md5.c memchr.c \
memcmp.c memcpy.c memmove.c memset.c mkstemps.c objalloc.c obstack.c \
partition.c pexecute.c putenv.c random.c rename.c rindex.c setenv.c \
sigsetmask.c safe-ctype.c sort.c spaces.c splay-tree.c strcasecmp.c \
@@ -140,7 +141,8 @@ CFILES = asprintf.c alloca.c argv.c atexit.c basename.c bcmp.c bcopy.c \
# These are always included in the library.
REQUIRED_OFILES = argv.o choose-temp.o concat.o cplus-dem.o cp-demangle.o \
dyn-string.o fdmatch.o fnmatch.o getopt.o getopt1.o getpwd.o \
- getruntime.o hashtab.o hex.o floatformat.o md5.o objalloc.o obstack.o \
+ getruntime.o hashtab.o hex.o floatformat.o lbasename.o md5.o \
+ objalloc.o obstack.o \
partition.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o \
strerror.o strsignal.o xatexit.o xexit.o xmalloc.o xmemdup.o \
xstrdup.o xstrerror.o
@@ -276,6 +278,7 @@ getpwd.o: config.h $(INCDIR)/libiberty.h
getruntime.o: config.h $(INCDIR)/libiberty.h
hex.o: $(INCDIR)/libiberty.h
floatformat.o: $(INCDIR)/floatformat.h
+lbasename.o: $(INCDIR)/libiberty.h
mkstemps.o: config.h
md5.o: config.h
objalloc.o: config.h $(INCDIR)/objalloc.h
OpenPOWER on IntegriCloud