diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-10-30 21:35:28 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-10-30 21:35:28 +0000 |
commit | 132bd3d98190a57094cb98e6970bf0346cceeb63 (patch) | |
tree | 937fccabb08467c6b7d2312e208e0debe629b5e8 | |
parent | 6f100ad87c56b0d93436f439628dd076aced2ae9 (diff) | |
download | execline-132bd3d98190a57094cb98e6970bf0346cceeb63.tar.gz execline-132bd3d98190a57094cb98e6970bf0346cceeb63.tar.xz execline-132bd3d98190a57094cb98e6970bf0346cceeb63.zip |
Also fix cleaning
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-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 3d3b611..8fc04a1 100644 --- a/package/targets.mak +++ b/package/targets.mak @@ -7,7 +7,7 @@ ifeq ($(MULTICALL),1) BIN_TARGETS := execline CONTENTS := $(notdir $(wildcard src/execline/deps-exe/*)) BIN_SYMLINKS := cd umask $(CONTENTS) -EXTRA_TEMP := src/multicall/execline.c +EXTRA_TARGETS += src/multicall/execline.c define symlink_definition SYMLINK_TARGET_$(1) := execline |