search for: 9c31e57

Displaying 1 result from an estimated 1 matches for "9c31e57".

Did you mean: 7c37e57
2012 Mar 28
1
[PATCH] java: NFC: Remove unused section from Makefile.am
--- java/Makefile.am | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/java/Makefile.am b/java/Makefile.am index c753672..9c31e57 100644 --- a/java/Makefile.am +++ b/java/Makefile.am @@ -22,12 +22,6 @@ java_prefix = com/redhat/et/libguestfs # Old RHEL 5 autoconf doesn't have builddir. builddir ?= $(top_builddir)/java -generator_built = \ - Makefile.inc \ - $(java_built_sources) \ - com_redhat_et_libguestfs_GuestFS.c \...