aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-11-30 16:31:13 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-11-30 16:31:13 +0200
commita36a800652dbf0089566001f2f6adbcedbc978ac (patch)
treea2639163d65e41b4fa49576bd2bdf018bba8037f
parent231d0222fb75c448321677d258ed59da98eec7ee (diff)
Don't try to depend on installed cli executable
-rw-r--r--odb/pgsql/makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/odb/pgsql/makefile b/odb/pgsql/makefile
index b51d02b..3564d9d 100644
--- a/odb/pgsql/makefile
+++ b/odb/pgsql/makefile
@@ -64,7 +64,12 @@ $(cxx_obj) $(cxx_od): $(odb_pgsql.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 \