Displaying 1 result from an estimated 1 matches for "eff0059".
Did you mean:
ffff0059
2012 Jan 04
1
[PATCH] build: Fix automake warnings
---
perl/Makefile.am | 4 ++--
resize/Makefile.am | 8 +++++---
sparsify/Makefile.am | 8 +++++---
3 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/perl/Makefile.am b/perl/Makefile.am
index eff0059..5e29bbd 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) -...