From ff4a3f92d72c4cdbbc77276268753bc55bcf67df Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 30 Nov 2015 16:31:13 +0200 Subject: Don't try to depend on installed cli executable --- odb/mssql/makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'odb') diff --git a/odb/mssql/makefile b/odb/mssql/makefile index 5d148ac..011742a 100644 --- a/odb/mssql/makefile +++ b/odb/mssql/makefile @@ -63,7 +63,12 @@ $(cxx_obj) $(cxx_od): $(odb_mssql.l.cpp-options) $(out_base)/details/config.h genf := $(cli_tun:.cli=.hxx) $(cli_tun:.cli=.ixx) $(cli_tun:.cli=.cxx) gen := $(addprefix $(out_base)/,$(genf)) +# Don't try to depend on the installed executable. +# +ifneq ($(cli),cli) $(gen): $(cli) +endif + $(gen): cli := $(cli) $(gen): cli_options += \ --long-usage \ -- cgit v1.1