summaryrefslogtreecommitdiff
path: root/tests/file/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/file/makefile')
-rw-r--r--tests/file/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/file/makefile b/tests/file/makefile
index 68b28f7..011582a 100644
--- a/tests/file/makefile
+++ b/tests/file/makefile
@@ -29,7 +29,7 @@ gen := $(addprefix $(out_base)/,$(genf))
$(gen): $(out_root)/cli/cli
$(gen): cli := $(out_root)/cli/cli
-$(gen): cli_options := --generate-file-scanner
+$(gen): cli_options += --generate-file-scanner
$(call include-dep,$(cxx_od),$(cxx_obj),$(gen))