X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=perl%2FMakefile.am;h=5ee6c498e0214839182b3f79eb5560d6a56821d8;hb=c655415dc051b84d6178399e5f7cb76ff7af06c0;hp=e924cb1d6134af1b7ddbf09b9582793488717f24;hpb=882408947758fde740efa87b55aff31cd1960983;p=libguestfs.git diff --git a/perl/Makefile.am b/perl/Makefile.am index e924cb1..5ee6c49 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