From fa8c91ed919e1891aa52917fa980d6e91fd3d05e Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Thu, 17 Mar 2011 07:25:23 +0000 Subject: [PATCH] use abs_builddir for svn checkout --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 0bd1bc40..90f24ac2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -41,7 +41,7 @@ hg-repo : svn-repo : svnadmin create svn-repo - svn co file://$(builddir)/svn-repo svn-checkout + svn co file://$(abs_builddir)/svn-repo svn-checkout touch svn-checkout/svn-file svn add svn-checkout/svn-file svn commit -m "add svn file" svn-checkout/svn-file