Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libedit/readline Back off previous and do differently:
details: https://anonhg.NetBSD.org/src/rev/6196709b3439
branches: trunk
changeset: 509860:6196709b3439
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Mon May 14 18:39:14 2001 +0000
description:
Back off previous and do differently:
Ensure that the <readline/history.h> link to <readline/readline.h> is
installed too for 'make includes'. Also, avoid creating obj dir.
This is finally real fix for lib/12929.
XXX Is this right?
diffstat:
lib/libedit/readline/Makefile | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 4befa2916329 -r 6196709b3439 lib/libedit/readline/Makefile
--- a/lib/libedit/readline/Makefile Mon May 14 18:22:58 2001 +0000
+++ b/lib/libedit/readline/Makefile Mon May 14 18:39:14 2001 +0000
@@ -1,9 +1,13 @@
-# $NetBSD: Makefile,v 1.2 2001/05/14 07:41:30 jdolecek Exp $
+# $NetBSD: Makefile,v 1.3 2001/05/14 18:39:14 jdolecek Exp $
.PATH: ${CURDIR}/..
INCS= readline.h
INCSDIR= /usr/include/readline
-LINKS= ${INCSDIR}/readline.h ${INCSDIR}/history.h
+SYMLINKS= ${INCSDIR}/readline.h ${INCSDIR}/history.h
+
+MKOBJ= no
-.include <bsd.inc.mk>
+incinstall:: linksinstall
+
+.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index