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/gas | |
parent | 37adefb7ed8bbc95d6a64b8623a55c604b8ddda6 (diff) |
Remove libiberty from the list of dependencies, since we use the install
version.
Diffstat (limited to 'gnu/usr.bin/binutils/gas')
-rw-r--r-- | gnu/usr.bin/binutils/gas/Makefile.in | 3 |
1 files changed, 2 insertions, 1 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 |