summaryrefslogtreecommitdiff
path: root/xsd
diff options
context:
space:
mode:
Diffstat (limited to 'xsd')
-rw-r--r--xsd/makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/xsd/makefile b/xsd/makefile
index 6726f26..8587458 100644
--- a/xsd/makefile
+++ b/xsd/makefile
@@ -107,7 +107,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)
$(gen): cli_options += \
-I $(src_base) \