summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
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