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 | |
parent | 37adefb7ed8bbc95d6a64b8623a55c604b8ddda6 (diff) |
Remove libiberty from the list of dependencies, since we use the install
version.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/gas/Makefile.in | 3 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/ld/Makefile.in | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/gas/Makefile.in b/gnu/usr.bin/binutils/gas/Makefile.in index 0ac1b78c11c..8a8e86d9e35 100644 --- a/gnu/usr.bin/binutils/gas/Makefile.in +++ b/gnu/usr.bin/binutils/gas/Makefile.in @@ -538,6 +538,7 @@ DEP_INCLUDES = -D_GNU_SOURCE -I.. -I$${srcdir} -I../../bfd -I$${srcdir}/config - # and the system's installed libraries. GASLIBS = @OPCODES_LIB@ @BFDLIB@ -liberty +GASLIBSDEP = @OPCODES_LIB@ @BFDLIB@ # Files to be copied away after each stage in building. STAGESTUFF = *.o $(noinst_PROGRAMS) @@ -547,7 +548,7 @@ as_new_LDADD = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \ $(extra_objects) $(GASLIBS) $(INTLLIBS) as_new_DEPENDENCIES = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \ - $(extra_objects) $(GASLIBS) $(INTLDEPS) + $(extra_objects) $(GASLIBSDEP) $(INTLDEPS) gasp_new_SOURCES = gasp.c macro.c sb.c hash.c 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. |