summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/ld/Makefile.in
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2001-01-17 00:11:52 +0000
committerMarc Espie <espie@cvs.openbsd.org>2001-01-17 00:11:52 +0000
commit6230eb428a5b0654066cd01025137716254c4238 (patch)
tree0d62beb20676eaf68a3ef4a5246c797caa05d4f6 /gnu/usr.bin/binutils/ld/Makefile.in
parent37adefb7ed8bbc95d6a64b8623a55c604b8ddda6 (diff)
Remove libiberty from the list of dependencies, since we use the install
version.
Diffstat (limited to 'gnu/usr.bin/binutils/ld/Makefile.in')
-rw-r--r--gnu/usr.bin/binutils/ld/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/ld/Makefile.in b/gnu/usr.bin/binutils/ld/Makefile.in
index 922a637469b..4603eb3c6fe 100644
--- a/gnu/usr.bin/binutils/ld/Makefile.in
+++ b/gnu/usr.bin/binutils/ld/Makefile.in
@@ -370,7 +370,7 @@ GEN_DEPENDS = $(srcdir)/genscripts.sh stringify.sed
ld_new_SOURCES = ldgram.y ldlex.l lexsup.c ldlang.c mri.c ldctor.c ldmain.c \
ldwrite.c ldexp.c ldemul.c ldver.c ldmisc.c ldfile.c ldcref.c
-ld_new_DEPENDENCIES = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(LIBIBERTY) $(INTLDEPS)
+ld_new_DEPENDENCIES = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(INTLDEPS)
ld_new_LDADD = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(LIBIBERTY) $(INTLLIBS)
# This is the real libbfd.a created by libtool.