commit f99a945b8fccfcd203860226ac8a839b70fcecb5
parent ed856d9b36c147373b61e6c83da9637b6abd9be9
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 8 Oct 2025 09:42:00 +0200
Correct the prerequisites for the "install" target
The installation depends on the compilation of the scem utility.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -109,7 +109,7 @@ scem-local.pc: scem.pc.in
-e 's#@RSYS_VERSION@#$(RSYS_VERSION)#g'\
scem.pc.in > $@
-install: library pkg
+install: library util pkg
install() { mode="$$1"; prefix="$$2"; shift 2; \
mkdir -p "$${prefix}"; \
cp "$$@" "$${prefix}"; \