From 132bd3d98190a57094cb98e6970bf0346cceeb63 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 30 Oct 2023 21:35:28 +0000 Subject: Also fix cleaning Signed-off-by: Laurent Bercot --- package/targets.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1