diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-01-17 00:11:52 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-01-17 00:11:52 +0000 |
commit | 6230eb428a5b0654066cd01025137716254c4238 (patch) | |
tree | 0d62beb20676eaf68a3ef4a5246c797caa05d4f6 /gnu/usr.bin/binutils/ld/Makefile.in | |
parent | 37adefb7ed8bbc95d6a64b8623a55c604b8ddda6 (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.in | 2 |
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. |