--- Makefile.in 1997/03/06 00:27:41 1.1 +++ Makefile.in 1997/03/06 00:21:58 @@ -231,9 +231,9 @@ # How to link with both our special library facilities # and the system's installed libraries. - +LIBIBERTY = ../libiberty/libiberty.a LIBDEPS = @OPCODES_DEP@ @BFDDEP@ $(LOCAL_LOADLIBES) ../libiberty/libiberty.a -LIBS = @OPCODES_LIB@ @BFDLIB@ $(LOCAL_LOADLIBES) ../libiberty/libiberty.a +LIBS = @OPCODES_LIB@ @BFDLIB@ $(LOCAL_LOADLIBES) $(LIBIBERTY) # Specify the directories to be searched for header files. # Both . and srcdir are used, in that order, @@ -262,7 +262,7 @@ listing.h bignum.h $(srcdir)/../include/libiberty.h gasp.new: $(GASPOBJS) ../libiberty/libiberty.a - $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o gasp.new $(GASPOBJS) ../libiberty/libiberty.a $(LOADLIBES) + $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o gasp.new $(GASPOBJS) $(LIBS) $(LOADLIBES) installcheck: @echo No installcheck target is available yet for the GNU assembler.