From c655415dc051b84d6178399e5f7cb76ff7af06c0 Mon Sep 17 00:00:00 2001 From: Matthew Booth Date: Wed, 4 Jan 2012 09:56:16 +0000 Subject: build: Fix automake warnings --- perl/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl') 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 -- cgit