Date: Tue, 19 Apr 2022 12:40:55 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 51a4e0e6c248 - main - benchmarks/libcelero: correct includes Message-ID: <202204191240.23JCetL1025841@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=51a4e0e6c2486a89b79a796314d06e92fa59df9b commit 51a4e0e6c2486a89b79a796314d06e92fa59df9b Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-04-19 12:40:47 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-04-19 12:40:47 +0000 benchmarks/libcelero: correct includes --- benchmarks/libcelero/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/libcelero/Makefile b/benchmarks/libcelero/Makefile index 604b9dfa6c07..d19154263499 100644 --- a/benchmarks/libcelero/Makefile +++ b/benchmarks/libcelero/Makefile @@ -28,4 +28,4 @@ do-test: # Tests terminate with Signal 11, see https://github.com/DigitalInBlue/ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ ${BUILD_WRKSRC}/celero-test -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204191240.23JCetL1025841>