diff options
Diffstat (limited to 'mapping')
-rw-r--r-- | mapping/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mapping/makefile b/mapping/makefile index 273e0ab..8e7ff14 100644 --- a/mapping/makefile +++ b/mapping/makefile @@ -78,9 +78,9 @@ README database.hxx) # 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. |