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/gdb | |
parent | cc9bceedbd9c087c51572acae302b5e12cb44f9f (diff) |
Kill old libiberty, use the one under egcs now.
Diffstat (limited to 'gnu/usr.bin/binutils/gdb')
-rw-r--r-- | gnu/usr.bin/binutils/gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile.in b/gnu/usr.bin/binutils/gdb/Makefile.in index 5bb5bda8260..47e5b0b4bc5 100644 --- a/gnu/usr.bin/binutils/gdb/Makefile.in +++ b/gnu/usr.bin/binutils/gdb/Makefile.in @@ -84,7 +84,7 @@ INCLUDE_DIR = $(srcdir)/../include INCLUDE_CFLAGS = -I$(INCLUDE_DIR) # Where is the "-liberty" library? Typically in ../libiberty. -LIBIBERTY = ../libiberty/libiberty.a +LIBIBERTY = -liberty # Where is the MMALLOC library? Typically in ../mmalloc. # Note that mmalloc can still be used on systems without mmap(). |