diff options
Diffstat (limited to 'view/makefile')
-rw-r--r-- | view/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/makefile b/view/makefile index f126cff..4454ff8 100644 --- a/view/makefile +++ b/view/makefile @@ -80,7 +80,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. # |