summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-04 18:25:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-04 18:25:51 +0200
commit268d755af2e1ac89b8bcc675ab5b3fc93594b97a (patch)
tree81df9db06fa60aa6dc56c08d074bd87255fe9858 /examples
parent2af733ac52fcd9c2b47285d5184c156f0a972be6 (diff)
Compensate for situations without dependency auto-generation
Diffstat (limited to 'examples')
-rw-r--r--examples/hello/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello/makefile b/examples/hello/makefile
index a162d0d..f5c191c 100644
--- a/examples/hello/makefile
+++ b/examples/hello/makefile
@@ -26,7 +26,7 @@ gen := $(addprefix $(out_base)/,$(genf))
$(gen): cli := $(out_root)/cli/cli
$(gen): $(out_root)/cli/cli
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#