]> xenbits.xensource.com Git - libvirt.git/commitdiff
Re-add quotes around top_srcdir/top_builddir
authorDaniel P. Berrange <berrange@redhat.com>
Sun, 18 Nov 2007 11:23:09 +0000 (11:23 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Sun, 18 Nov 2007 11:23:09 +0000 (11:23 +0000)
ChangeLog
tests/Makefile.am

index 0c7cbd68225fabbfae9cea54fc4e71427089b137..3904e2b40496703ba4ef34cb65b918367fa267a0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Nov 18 11:24:33 UTC 2007 Daniel P. Berrange <berrange@redhat.com>
+
+       * tests/Makefile.am: Re-add quotes around top_{src,build}dir
+       variables
+
 Sat Nov 17 13:05:33 UTC 2007 Daniel P. Berrange <berrange@redhat.com>
 
        * tests/Makefile.am: Set abs_top_{build,src}dir based on 'pwd'
index 8539779fcc92c493fb78738baca30d0ffaa016fb..d05940238c886f5fedfe6ce017bbe8f58d8dcfdb 100644 (file)
@@ -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: