diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2000-09-12 22:34:53 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2000-09-12 22:34:53 +0000 |
commit | 84c9993c57acc60849de404248e258592c3bfc94 (patch) | |
tree | 3d7d9c1f7486a76ca705111bd3c06b540463eb5d /gnu/usr.bin/binutils/gas | |
parent | 79a1aac7578f95bec1c4ccb42d72b2fe8bb5c979 (diff) |
link against installed libiberty
Diffstat (limited to 'gnu/usr.bin/binutils/gas')
-rw-r--r-- | gnu/usr.bin/binutils/gas/Makefile.in | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/usr.bin/binutils/gas/Makefile.in b/gnu/usr.bin/binutils/gas/Makefile.in index 569b98eb535..f0aa92342b7 100644 --- a/gnu/usr.bin/binutils/gas/Makefile.in +++ b/gnu/usr.bin/binutils/gas/Makefile.in @@ -537,7 +537,7 @@ DEP_INCLUDES = -D_GNU_SOURCE -I.. -I$${srcdir} -I../../bfd -I$${srcdir}/config - # How to link with both our special library facilities # and the system's installed libraries. -GASLIBS = @OPCODES_LIB@ @BFDLIB@ ../libiberty/libiberty.a +GASLIBS = @OPCODES_LIB@ @BFDLIB@ -liberty # Files to be copied away after each stage in building. STAGESTUFF = *.o $(noinst_PROGRAMS) @@ -551,8 +551,8 @@ as_new_DEPENDENCIES = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \ gasp_new_SOURCES = gasp.c macro.c sb.c hash.c -gasp_new_LDADD = ../libiberty/libiberty.a $(INTLLIBS) -gasp_new_DEPENDENCIES = ../libiberty/libiberty.a $(INTLDEPS) +gasp_new_LDADD = -liberty $(INTLLIBS) +gasp_new_DEPENDENCIES = $(INTLDEPS) EXPECT = `if [ -f $${rootme}/../expect/expect ] ; then \ echo $${rootme}/../expect/expect ; \ @@ -1792,8 +1792,7 @@ CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ itbl_test_OBJECTS = itbl-parse.o itbl-lex.o -itbl_test_DEPENDENCIES = itbl-tops.o itbl-test.o \ -../libiberty/libiberty.a +itbl_test_DEPENDENCIES = itbl-tops.o itbl-test.o itbl_test_LDFLAGS = as_new_OBJECTS = app.o as.o atof-generic.o bignum-copy.o cond.o \ depend.o dwarf2dbg.o ecoff.o ehopt.o expr.o flonum-copy.o \ |