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/opcodes/Makefile.in | |
parent | cc9bceedbd9c087c51572acae302b5e12cb44f9f (diff) |
Kill old libiberty, use the one under egcs now.
Diffstat (limited to 'gnu/usr.bin/binutils/opcodes/Makefile.in')
-rw-r--r-- | gnu/usr.bin/binutils/opcodes/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/opcodes/Makefile.in b/gnu/usr.bin/binutils/opcodes/Makefile.in index 1d8f0f9f2f8..03183e52a2b 100644 --- a/gnu/usr.bin/binutils/opcodes/Makefile.in +++ b/gnu/usr.bin/binutils/opcodes/Makefile.in @@ -127,7 +127,7 @@ $(TARGETLIB): $(OFILES) $(AR) $(AR_FLAGS) $(TARGETLIB) $(OFILES) $(RANLIB) $(TARGETLIB) -LIBIBERTY_LISTS = ../libiberty/required-list ../libiberty/needed-list +LIBIBERTY_LISTS = BFD_PICLIST = @BFD_PICLIST@ stamp-piclist: Makefile $(LIBIBERTY_LISTS) $(BFD_PICLIST) |