From a2492efb602ca571136cad85037702c273dcbb43 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Sun, 18 Nov 2007 11:23:09 +0000 Subject: [PATCH] Re-add quotes around top_srcdir/top_builddir --- ChangeLog | 5 +++++ tests/Makefile.am | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0c7cbd6822..3904e2b404 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Nov 18 11:24:33 UTC 2007 Daniel P. Berrange + + * tests/Makefile.am: Re-add quotes around top_{src,build}dir + variables + Sat Nov 17 13:05:33 UTC 2007 Daniel P. Berrange * tests/Makefile.am: Set abs_top_{build,src}dir based on 'pwd' diff --git a/tests/Makefile.am b/tests/Makefile.am index 8539779fcc..d05940238c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -56,8 +56,8 @@ endif # abs_top_{src/build}dir variables, so don't rely # on them here. Fake them with 'pwd' TESTS_ENVIRONMENT = \ - abs_top_builddir=`pwd`/$(top_builddir) \ - abs_top_srcdir=`pwd`/$(top_srcdir) \ + abs_top_builddir=`pwd`/'$(top_builddir)' \ + abs_top_srcdir=`pwd`/'$(top_srcdir)' \ $(VG) valgrind: