diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-06-18 02:12:27 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-06-18 02:12:27 +0000 |
commit | d181ef17cd2e7db26de88d1c526dd28a637c1062 (patch) | |
tree | cfba24b498f08625db989a29e8178fe57b9b6233 /gnu/usr.bin/binutils/gas/Makefile.in | |
parent | cc9bceedbd9c087c51572acae302b5e12cb44f9f (diff) |
Kill old libiberty, use the one under egcs now.
Diffstat (limited to 'gnu/usr.bin/binutils/gas/Makefile.in')
-rw-r--r-- | gnu/usr.bin/binutils/gas/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/binutils/gas/Makefile.in b/gnu/usr.bin/binutils/gas/Makefile.in index 0e91168b361..5316abeba40 100644 --- a/gnu/usr.bin/binutils/gas/Makefile.in +++ b/gnu/usr.bin/binutils/gas/Makefile.in @@ -238,8 +238,8 @@ ALL_CFLAGS = $(INTERNAL_CFLAGS) $(CROSS) $(CFLAGS) $(HDEFINES) $(TDEFINES) # How to link with both our special library facilities # and the system's installed libraries. -LIBDEPS = @OPCODES_DEP@ @BFDDEP@ $(LOCAL_LOADLIBES) ../libiberty/libiberty.a -LIBS = @OPCODES_LIB@ @BFDLIB@ $(LOCAL_LOADLIBES) ../libiberty/libiberty.a +LIBDEPS = @OPCODES_DEP@ @BFDDEP@ $(LOCAL_LOADLIBES) +LIBS = @OPCODES_LIB@ @BFDLIB@ $(LOCAL_LOADLIBES) -liberty # Specify the directories to be searched for header files. # Both . and srcdir are used, in that order, @@ -267,8 +267,8 @@ $(OBJS): config.h as.h targ-env.h obj-format.h targ-cpu.h flonum.h expr.h \ struc-symbol.h write.h frags.h hash.h read.h symbols.h tc.h obj.h \ 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) +gasp.new: $(GASPOBJS) + $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o gasp.new $(GASPOBJS) -liberty $(LOADLIBES) installcheck: @echo No installcheck target is available yet for the GNU assembler. |