summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
authorMatthew Booth <mbooth@redhat.com>2012-01-04 09:56:16 +0000
committerRichard W.M. Jones <rjones@redhat.com>2012-01-04 10:38:44 +0000
commitc655415dc051b84d6178399e5f7cb76ff7af06c0 (patch)
tree4c84d1d0657276a140b8badb7bfcdb75b90ad9a1 /perl
parent882408947758fde740efa87b55aff31cd1960983 (diff)
downloadlibguestfs-c655415dc051b84d6178399e5f7cb76ff7af06c0.tar.gz
libguestfs-c655415dc051b84d6178399e5f7cb76ff7af06c0.tar.xz
libguestfs-c655415dc051b84d6178399e5f7cb76ff7af06c0.zip
build: Fix automake warnings
Diffstat (limited to 'perl')
-rw-r--r--perl/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl/Makefile.am b/perl/Makefile.am
index e924cb1d..5ee6c498 100644
--- a/perl/Makefile.am
+++ b/perl/Makefile.am
@@ -40,11 +40,9 @@ if HAVE_PERL
# a nightmare, news at 11.
# src/ dependencies
-.PHONY: src_deps
src_deps: $(top_builddir)/src/libguestfs.la $(generator_built)
# Images used by tests
-.PHONY: test_images
test_images:
$(MAKE) -C $(top_builddir)/tests/data
@@ -76,3 +74,5 @@ install-data-hook:
$(MAKE) -f Makefile-pl DESTDIR=$(DESTDIR) install
endif
+
+.PHONY: src_deps test_images