diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2009-10-04 18:25:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2009-10-04 18:25:51 +0200 |
commit | 268d755af2e1ac89b8bcc675ab5b3fc93594b97a (patch) | |
tree | 81df9db06fa60aa6dc56c08d074bd87255fe9858 /cli | |
parent | 2af733ac52fcd9c2b47285d5184c156f0a972be6 (diff) | |
download | cli-268d755af2e1ac89b8bcc675ab5b3fc93594b97a.tar.gz cli-268d755af2e1ac89b8bcc675ab5b3fc93594b97a.tar.xz cli-268d755af2e1ac89b8bcc675ab5b3fc93594b97a.zip |
Compensate for situations without dependency auto-generation
Diffstat (limited to 'cli')
-rw-r--r-- | cli/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/makefile b/cli/makefile index 8f4ccfc..1d4ac42 100644 --- a/cli/makefile +++ b/cli/makefile @@ -65,7 +65,7 @@ gen := $(addprefix $(out_base)/,$(genf)) $(gen): cli := $(out_root)/cli/cli $(gen): cli_options := --guard-prefix CLI -$(call include-dep,$(cxx_od)) +$(call include-dep,$(cxx_od),$(cxx_obj),$(gen)) # Alias for default target. # |