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 --- cli/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/makefile b/cli/makefile index 7183e58..11742de 100644 --- a/cli/makefile +++ b/cli/makefile @@ -64,7 +64,7 @@ genf := $(cli_tun:.cli=.hxx) $(cli_tun:.cli=.ixx) $(cli_tun:.cli=.cxx) gen := $(addprefix $(out_base)/,$(genf)) $(gen): cli := $(out_root)/cli/cli -$(gen): cli_options := --generate-file-scanner --guard-prefix CLI \ +$(gen): cli_options += --generate-file-scanner --guard-prefix CLI \ --reserved-name stdout $(call include-dep,$(cxx_od),$(cxx_obj),$(gen)) -- cgit v1.1