From 62166bfe7031522bd851eb5d7047a19182e24a45 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 2 Jun 2010 17:21:32 +0200 Subject: Add cli options instead of overriding them --- tests/ctor/makefile | 1 - tests/erase/makefile | 1 - tests/file/makefile | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/ctor/makefile b/tests/ctor/makefile index cd2466e..9d87279 100644 --- a/tests/ctor/makefile +++ b/tests/ctor/makefile @@ -27,7 +27,6 @@ gen := $(addprefix $(out_base)/,$(genf)) $(gen): $(out_root)/cli/cli $(gen): cli := $(out_root)/cli/cli -$(gen): cli_options := $(call include-dep,$(cxx_od),$(cxx_obj),$(gen)) diff --git a/tests/erase/makefile b/tests/erase/makefile index 9f65e59..815cc5b 100644 --- a/tests/erase/makefile +++ b/tests/erase/makefile @@ -27,7 +27,6 @@ gen := $(addprefix $(out_base)/,$(genf)) $(gen): $(out_root)/cli/cli $(gen): cli := $(out_root)/cli/cli -$(gen): cli_options := $(call include-dep,$(cxx_od),$(cxx_obj),$(gen)) 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)) -- cgit v1.1