summaryrefslogtreecommitdiff
path: root/odb/makefile
diff options
context:
space:
mode:
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.
#