diff options
author | Hilko Bengen <bengen@hilluzination.de> | 2011-08-17 00:41:58 +0200 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-08-17 10:27:29 +0100 |
commit | 4baec012b1b09a888e570fc89dbaa9fbf9944f34 (patch) | |
tree | 265600f5f47ed03a1a2c5e4e2532b769c17d2dcf /test-tool | |
parent | 5a50c04906828f6e99db6a9be420c84114476d39 (diff) | |
download | libguestfs-4baec012b1b09a888e570fc89dbaa9fbf9944f34.tar.gz libguestfs-4baec012b1b09a888e570fc89dbaa9fbf9944f34.tar.xz libguestfs-4baec012b1b09a888e570fc89dbaa9fbf9944f34.zip |
out-of-tree build: remove unneeded explicit paths
Diffstat (limited to 'test-tool')
-rw-r--r-- | test-tool/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-tool/Makefile.am b/test-tool/Makefile.am index af1bffbd..16daa7fb 100644 --- a/test-tool/Makefile.am +++ b/test-tool/Makefile.am @@ -33,7 +33,7 @@ libguestfs_test_tool_CFLAGS = \ libguestfs_test_tool_LDADD = \ $(top_builddir)/src/libguestfs.la -libguestfs-test-tool.1: $(builddir)/libguestfs-test-tool.pod +libguestfs-test-tool.1: libguestfs-test-tool.pod $(top_builddir)/podwrapper.sh \ --man $@ \ $< |