aboutsummaryrefslogtreecommitdiff
path: root/boost/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'boost/makefile')
-rw-r--r--boost/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/makefile b/boost/makefile
index 5ef7eac..8ea4996 100644
--- a/boost/makefile
+++ b/boost/makefile
@@ -91,9 +91,9 @@ $(dist):
# Test.
#
-$(test): schema := $(out_base)/$(basename $(odb_hdr)).sql
+$(test): header := $(odb_hdr)
$(test): $(driver)
- $(call message,sql $$1,$(dcf_root)/db-driver $$1,$(schema))
+ $(call schema)
$(call message,test $<,$< --options-file $(dcf_root)/db.options)
# Clean.