aboutsummaryrefslogtreecommitdiff
path: root/template/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'template/makefile')
-rw-r--r--template/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/makefile b/template/makefile
index 514d3c3..cc1bebf 100644
--- a/template/makefile
+++ b/template/makefile
@@ -79,7 +79,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.
#