diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-10-30 21:38:41 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-10-30 21:38:41 +0000 |
commit | 0cc88a66c338b91d79084383ba374d82da87e837 (patch) | |
tree | 59abed0f99c48a364ae57d01681031a0b49620c8 /package | |
parent | 5be24a3642c294e4fcec465c9c6f19d66cf2220d (diff) | |
download | s6-portable-utils-0cc88a66c338b91d79084383ba374d82da87e837.tar.gz s6-portable-utils-0cc88a66c338b91d79084383ba374d82da87e837.tar.xz s6-portable-utils-0cc88a66c338b91d79084383ba374d82da87e837.zip |
Fix multicall symlink installation
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/targets.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/targets.mak b/package/targets.mak index f0d2715..3ce021d 100644 --- a/package/targets.mak +++ b/package/targets.mak @@ -4,7 +4,7 @@ ifeq ($(MULTICALL),1) BIN_TARGETS := $(package) BIN_SYMLINKS := $(notdir $(wildcard src/$(package)/deps-exe/*)) -EXTRA_TEMP := src/multicall/$(package).c +EXTRA_TARGETS += src/multicall/$(package).c define symlink_definition SYMLINK_TARGET_$(1) := $(package) |