aboutsummaryrefslogtreecommitdiff
path: root/c++11/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'c++11/makefile')
-rw-r--r--c++11/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++11/makefile b/c++11/makefile
index 8bde7f8..a68032d 100644
--- a/c++11/makefile
+++ b/c++11/makefile
@@ -97,7 +97,7 @@ $(dist):
$(test): header := $(odb_hdr)
$(test): $(driver)
$(call schema)
- $(call message,test $<,$< --options-file $(dcf_root)/db.options)
+ $(call message,test $<,$< --options-file $(dcf_root)/$(db_id).options)
# Clean.
#