Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jan 2021 14:15:15 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 8537f16249c4 - main - libcompat: remove redundant path for ncurses
Message-ID:  <202101071415.107EFF44055942@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/src/commit/?id=8537f16249c4ed8e575386472d624dbd423cf093

commit 8537f16249c4ed8e575386472d624dbd423cf093
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2021-01-07 14:14:52 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2021-01-07 14:14:52 +0000

    libcompat: remove redundant path for ncurses
    
    Reported by:    kevans
---
 Makefile.libcompat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.libcompat b/Makefile.libcompat
index ec4402586558..e4d9cd94e835 100644
--- a/Makefile.libcompat
+++ b/Makefile.libcompat
@@ -94,7 +94,7 @@ build${libcompat}: .PHONY
 	    DIRPRFX=${_dir}/ ${_t}
 .endfor
 .endfor
-.for _dir in lib/ncurses/ncurses lib/ncurses/ncurses ${_libmagic} ${_jevents}
+.for _dir in lib/ncurses/ncurses ${_libmagic} ${_jevents}
 .for _t in ${_obj} build-tools
 	${_+_}cd ${.CURDIR}/${_dir}; \
 	    WORLDTMP=${WORLDTMP} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101071415.107EFF44055942>