mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-29 17:33:09 +00:00
Re-add quotes around top_srcdir/top_builddir
This commit is contained in:
parent
99c0470dd8
commit
a2492efb60
@ -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>
|
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'
|
* tests/Makefile.am: Set abs_top_{build,src}dir based on 'pwd'
|
||||||
|
@ -56,8 +56,8 @@ endif
|
|||||||
# abs_top_{src/build}dir variables, so don't rely
|
# abs_top_{src/build}dir variables, so don't rely
|
||||||
# on them here. Fake them with 'pwd'
|
# on them here. Fake them with 'pwd'
|
||||||
TESTS_ENVIRONMENT = \
|
TESTS_ENVIRONMENT = \
|
||||||
abs_top_builddir=`pwd`/$(top_builddir) \
|
abs_top_builddir=`pwd`/'$(top_builddir)' \
|
||||||
abs_top_srcdir=`pwd`/$(top_srcdir) \
|
abs_top_srcdir=`pwd`/'$(top_srcdir)' \
|
||||||
$(VG)
|
$(VG)
|
||||||
|
|
||||||
valgrind:
|
valgrind:
|
||||||
|
Loading…
Reference in New Issue
Block a user