diff options
Diffstat (limited to 'qt/common/smart-ptr')
-rw-r--r-- | qt/common/smart-ptr/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/common/smart-ptr/makefile b/qt/common/smart-ptr/makefile index d504bc3..2619fd2 100644 --- a/qt/common/smart-ptr/makefile +++ b/qt/common/smart-ptr/makefile @@ -83,7 +83,7 @@ $(dist): # $(test): $(driver) $(src_base)/test.std $(call schema) - $(call message,test $<,$< --options-file $(dcf_root)/db.options \ + $(call message,test $<,$< --options-file $(dcf_root)/$(db_id).options \ >$(out_base)/test.out) $(call message,,diff -u $(src_base)/test.std $(out_base)/test.out) $(call message,,rm -f $(out_base)/test.out) |