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?
This commit is contained in:
jdolecek 2001-05-14 18:39:14 +00:00
parent e047259a1f
commit 049f74e997
1 changed files with 7 additions and 3 deletions

View File

@ -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
.include <bsd.inc.mk>
MKOBJ= no
incinstall:: linksinstall
.include <bsd.prog.mk>