From 8a54b07cc85256a8fe9132c3d0422b31f2570a1c Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 7 Apr 2014 03:18:50 +0000 Subject: Fix schema generation. svn path=/branches/tk685/; revision=5760 --- schemas/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'schemas/Makefile.in') diff --git a/schemas/Makefile.in b/schemas/Makefile.in index b7dae635..6d2a34b0 100644 --- a/schemas/Makefile.in +++ b/schemas/Makefile.in @@ -47,7 +47,7 @@ ${abs_top_srcdir}/rpki/relaxng.py: ${abs_top_srcdir}/buildtools/make-relaxng.py mv $@.tmp $@ ${abs_top_srcdir}/rpki/sql_schemas.py: ${abs_top_srcdir}/buildtools/make-sql-schemas.py ${SQLS} - ${PYTHON} ${abs_top_srcdir}/buildtools/make-sql-schemas.py >$@.tmp + cd sql; ${PYTHON} ${abs_top_srcdir}/buildtools/make-sql-schemas.py >$@.tmp mv $@.tmp $@ relaxng/left-right-schema.rng: relaxng/left-right-schema.rnc -- cgit v1.2.3