diff options
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 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 |