summaryrefslogtreecommitdiffstats
path: root/inspector
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-07-26 21:56:37 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-07-26 21:58:17 +0100
commit590774ed9e005dc85ca6851939e76d02da6624c8 (patch)
tree1e01c695d1e59ffa4add112eb19c694e128e8541 /inspector
parent96d34d883f309ede4c889e852cef68dc5c9e45b9 (diff)
downloadlibguestfs-590774ed9e005dc85ca6851939e76d02da6624c8.tar.gz
libguestfs-590774ed9e005dc85ca6851939e76d02da6624c8.tar.xz
libguestfs-590774ed9e005dc85ca6851939e76d02da6624c8.zip
build: Use $(top_builddir)/run in Makefile.am's.
Not necessary, but this makes all invocations of 'run' consistent. There is no functional change.
Diffstat (limited to 'inspector')
-rw-r--r--inspector/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/inspector/Makefile.am b/inspector/Makefile.am
index ce3aca94..3a1893d7 100644
--- a/inspector/Makefile.am
+++ b/inspector/Makefile.am
@@ -104,22 +104,22 @@ endif
example-debian.xml:
rm -f $@ $@-t
- ../run --test \
+ $(top_builddir)/run --test \
$(builddir)/virt-inspector ../tests/guests/debian.img > $@-t
mv $@-t $@
example-fedora.xml:
rm -f $@ $@-t
- ../run --test \
+ $(top_builddir)/run --test \
$(builddir)/virt-inspector ../tests/guests/fedora.img > $@-t
mv $@-t $@
example-ubuntu.xml:
rm -f $@ $@-t
- ../run --test \
+ $(top_builddir)/run --test \
$(builddir)/virt-inspector ../tests/guests/ubuntu.img > $@-t
mv $@-t $@
example-windows.xml:
rm -f $@ $@-t
- ../run --test \
+ $(top_builddir)/run --test \
$(builddir)/virt-inspector ../tests/guests/windows.img | \
fgrep -v '<uuid>' > $@-t
mv $@-t $@