aboutsummaryrefslogtreecommitdiff
path: root/oracle/custom/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'oracle/custom/makefile')
-rw-r--r--oracle/custom/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/oracle/custom/makefile b/oracle/custom/makefile
index 97cdb2c..66a0273 100644
--- a/oracle/custom/makefile
+++ b/oracle/custom/makefile
@@ -64,7 +64,7 @@ $(dist):
# Test.
#
$(test): $(driver) $(src_base)/test.std
- $(call schema, custom.sql)
+ $(call schema,$(src_base)/custom.sql $(out_base)/test.sql)
$(call message,test $<,$< --options-file $(dcf_root)/db.options \
>$(out_base)/test.out)
$(call message,,diff -u $(src_base)/test.std $(out_base)/test.out)