aboutsummaryrefslogtreecommitdiff
path: root/odb/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-14 19:04:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-14 19:04:14 +0200
commitbccebbfb3557b47382d0aa998b110e542607d30b (patch)
tree20cb200e2419e26bccc097ecbe842044a42e9af0 /odb/makefile
parent48eeff4e9bd12a52dcb4b552b2784836a2390321 (diff)
Support fall-back dependency tracking
Diffstat (limited to 'odb/makefile')
-rw-r--r--odb/makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/odb/makefile b/odb/makefile
index 095fc17..4e844b9 100644
--- a/odb/makefile
+++ b/odb/makefile
@@ -118,9 +118,8 @@ $(gen): cli_options += \
--include-prefix odb \
--guard-prefix ODB
-$(call include-dep,$(cxx_pod))
-$(call include-dep,$(cxx_dod))
-$(call include-dep,$(cxx_cod))
+$(call include-dep,$(cxx_pod) $(cxx_dod) $(cxx_cod),\
+$(cxx_pobj) $(cxx_dobj) $(cxx_cobj),$(gen))
# Alias for default target.
#