diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-03-18 17:39:57 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-03-18 17:39:57 +0000 |
commit | c5208e263e5c2cbb0bdf5b552fae16589f570167 (patch) | |
tree | bedd04bdda0434a41b58147027d2eb30aa659295 /gnu/lib | |
parent | 9ca529ac8301462ea57921434e101b21597674c2 (diff) |
Build gnu/lib/libreadline and use it instead of the one currently
in the binutils dir.
Diffstat (limited to 'gnu/lib')
-rw-r--r-- | gnu/lib/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index 66cb4db76f1..3ad62edb3fc 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -1,6 +1,5 @@ -# $OpenBSD: Makefile,v 1.7 2000/12/11 02:22:53 provos Exp $ -# $NetBSD: Makefile,v 1.7 1995/04/23 07:50:21 cgd Exp $ +# $OpenBSD: Makefile,v 1.8 2001/03/18 17:39:55 millert Exp $ -SUBDIR+=../egcs +SUBDIR+=../egcs libreadline .include <bsd.subdir.mk> |