diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-10-30 21:43:04 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-10-30 21:43:04 +0000 |
commit | c81714aaecf508acfe125147c0b44587d0a5f0de (patch) | |
tree | 8d5e1a58adac1a48ecb196d7c2d61d8d35b8df2b /package | |
parent | 7b5f71fd0128ff3f848841b28ce53b0eb9bf3e5e (diff) | |
download | s6-linux-utils-c81714aaecf508acfe125147c0b44587d0a5f0de.tar.gz s6-linux-utils-c81714aaecf508acfe125147c0b44587d0a5f0de.tar.xz s6-linux-utils-c81714aaecf508acfe125147c0b44587d0a5f0de.zip |
Fix multicall symlinks 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) |