The "INCDIR" required by the new header installation code in bsd.lib.mk
was not set correctly. Ok'ed by: JKH
This commit is contained in:
parent
c971843e08
commit
a0a40424be
@ -18,6 +18,8 @@ INSTALLED_HEADERS= readline.h chardefs.h keymaps.h history.h tilde.h \
|
||||
DPADD+= $(LIBTERMCAP)
|
||||
LDADD+= -ltermcap
|
||||
|
||||
INCDIR= /usr/include/readline
|
||||
|
||||
.for hdr in ${INSTALLED_HEADERS}
|
||||
INCS+= ${SRCDIR}/${hdr}
|
||||
.endfor
|
||||
|
Loading…
Reference in New Issue
Block a user