From d6b8a7cfd02827493a1935d592ebc7e63a1fc321 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 25 Feb 2014 09:23:29 +0200 Subject: Don't depend on installed cli executable --- xsde/makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xsde/makefile b/xsde/makefile index d93fcd3..9216333 100644 --- a/xsde/makefile +++ b/xsde/makefile @@ -129,7 +129,11 @@ $(cxx_obj) $(cxx_od): \ genf := $(cli_tun:.cli=.hxx) $(cli_tun:.cli=.ixx) $(cli_tun:.cli=.cxx) gen := $(addprefix $(out_base)/,$(genf)) +# Don't depend on installed executable since it may not exist. +# +ifneq ($(cli),cli) $(gen): $(cli) +endif $(gen): cli := $(cli) # Watch out: if I add --generate-specifier, then I will need to fix # code that relies on modifiers to also modify the "specified" flag. -- cgit v1.1