aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-03-22 11:10:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-04-10 18:46:44 +0200
commit367c524af8ecfe066991bfaa8489b230f6e59446 (patch)
treecd8cd3e3e35e36f815e7c5f0ed8f2d18a21f4126 /build
parentc67c06030fb1ac622c96211bffc054a85efe0aa8 (diff)
Fix bug in ODB make rules
Diffstat (limited to 'build')
-rw-r--r--build/import/odb/hxx-cxx.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/import/odb/hxx-cxx.make b/build/import/odb/hxx-cxx.make
index 86c98fe..a67d6b7 100644
--- a/build/import/odb/hxx-cxx.make
+++ b/build/import/odb/hxx-cxx.make
@@ -32,19 +32,19 @@ ifeq ($(out_base),$(src_base))
$(odb_pattern): $(src_base)/%.$(cxx_h_suffix)
$(call message,odb $<,$(odb) $(cpp_options) \
-$(call expand-cpp-options,$^) $(cxx_pp_extra_options) $(odb_options) \
+$(call odb-expand-cpp-options,$^) $(cxx_pp_extra_options) $(odb_options) \
--output-dir $(dir $@) $<)
else
$(odb_pattern): $(src_base)/%.$(cxx_h_suffix) | $$(dir $$@).
$(call message,odb $<,$(odb) $(cpp_options) \
-$(call expand-cpp-options,$^) $(cxx_pp_extra_options) $(odb_options) \
+$(call odb-expand-cpp-options,$^) $(cxx_pp_extra_options) $(odb_options) \
--output-dir $(dir $@) $<)
$(odb_pattern): $(out_base)/%.$(cxx_h_suffix) | $$(dir $$@).
$(call message,odb $<,$(odb) $(cpp_options) \
-$(call expand-cpp-options,$^) $(cxx_pp_extra_options) $(odb_options) \
+$(call odb-expand-cpp-options,$^) $(cxx_pp_extra_options) $(odb_options) \
--output-dir $(dir $@) $<)
endif