git: 51a4e0e6c248 - main - benchmarks/libcelero: correct includes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Apr 2022 12:40:55 UTC
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>