star-build

Automation tool for project installation
git clone git://git.meso-star.fr/star-build.git
Log | Files | Refs | README | LICENSE

commit e99586971c79c111bd079e112f661575143e7908
parent ae6ccc6e81328e3457c21e6e2cecd5a0ac45aa78
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 13 May 2024 16:54:53 +0200

random123: fix the pkg-config file generation

Diffstat:
Msrc/random123.mk.in | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/random123.mk.in b/src/random123.mk.in @@ -35,7 +35,7 @@ $(RANDOM123_DIR): $(RANDOM123_DIR)/random123.pc.in: @{ \ - printf 'prefix=@PREFIX@\n' > "$@"; \ + printf 'prefix=@PREFIX@\n' ; \ printf 'includedir=$${prefix}/include\n'; \ printf '\n'; \ printf 'Name: Random123\n'; \