diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libncurses/Makefile | 2 | ||||
| -rw-r--r-- | lib/ncurses/ncurses/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile index 3d7dcce22cf0..7eaa4dec71b9 100644 --- a/lib/libncurses/Makefile +++ b/lib/libncurses/Makefile @@ -253,7 +253,7 @@ SYMLINKS+=libncurses_p.a ${LIBDIR}/libtinfo_p.a DOCSDIR= /usr/share/doc/ncurses DOCS= ncurses-intro.html hackguide.html -.if !defined(NOHTML) +.if !defined(NO_HTML) .PATH: ${NCURSES}/doc/html FILESGROUPS= DOCS .endif diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile index 3d7dcce22cf0..7eaa4dec71b9 100644 --- a/lib/ncurses/ncurses/Makefile +++ b/lib/ncurses/ncurses/Makefile @@ -253,7 +253,7 @@ SYMLINKS+=libncurses_p.a ${LIBDIR}/libtinfo_p.a DOCSDIR= /usr/share/doc/ncurses DOCS= ncurses-intro.html hackguide.html -.if !defined(NOHTML) +.if !defined(NO_HTML) .PATH: ${NCURSES}/doc/html FILESGROUPS= DOCS .endif |
