Avoid two makefiles trying to install the same headers
This commit is contained in:
parent
c7233a669a
commit
0a9ef1f716
@ -304,6 +304,7 @@ SYMLINKS+= libncurses${LIB_SUFFIX}_p.a ${LIBDIR}/libtermlib${LIB_SUFFIX}_p.a
|
||||
SYMLINKS+= libncurses${LIB_SUFFIX}_p.a ${LIBDIR}/libtinfo${LIB_SUFFIX}_p.a
|
||||
.endif
|
||||
|
||||
.if ${.CURDIR:T} == "ncurses"
|
||||
DOCSDIR= ${SHAREDIR}/doc/ncurses
|
||||
DOCS= ncurses-intro.html hackguide.html
|
||||
|
||||
@ -311,6 +312,7 @@ DOCS= ncurses-intro.html hackguide.html
|
||||
.PATH: ${NCURSES_DIR}/doc/html
|
||||
FILESGROUPS= DOCS
|
||||
.endif
|
||||
.endif
|
||||
|
||||
# Generated source
|
||||
.ORDER: names.c codes.c
|
||||
|
Loading…
Reference in New Issue
Block a user