diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-07-16 09:56:04 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-07-16 09:56:04 +0200 |
commit | dc5874e5b8cdb2a8c8a5dc77a0bb4bd891079e3f (patch) | |
tree | f16fd91c5bb22e22faeb461c472f9cdc72608088 /oracle/custom | |
parent | 82fba993cd1525dc7096e48ba3685f067ca9b896 (diff) |
Fix code generation for circularly-dependant classes in separate headers
New tests: common/circular/{single,multiple}.
Diffstat (limited to 'oracle/custom')
-rw-r--r-- | oracle/custom/makefile | 2 |
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) |