aboutsummaryrefslogtreecommitdiff
path: root/hello/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hello/makefile')
-rw-r--r--hello/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/hello/makefile b/hello/makefile
index 83fc916..8bdfb97 100644
--- a/hello/makefile
+++ b/hello/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.
#