On Tue, Mar 27, 2012 at 10:03:04PM +0200, Hilko Bengen wrote:
> ---
>  java/Makefile.am |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/java/Makefile.am b/java/Makefile.am
> index c753672..a01f100 100644
> --- a/java/Makefile.am
> +++ b/java/Makefile.am
> @@ -58,7 +58,7 @@ libguestfs_jardir = $(JAR_INSTALL_DIR)
>  libguestfs_jar_DATA = libguestfs-${VERSION}.jar
>  libguestfs_jar_class_files = $(java_sources:.java=.class)
>  $(libguestfs_jar_class_files): %.class: %.java
> -     $(JAVAC) $(JAVAC_FLAGS) -d $(builddir) -classpath @srcdir@:$(builddir) 
> -sourcepath @srcdir@:$(builddir) $<
> +     $(JAVAC) $(JAVAC_FLAGS) -d @builddir@ -classpath @srcdir@:@builddir@ 
> @srcdir@/$<
>  
>  libguestfs-${VERSION}.jar: $(libguestfs_jar_class_files)
>       $(JAR) cf $@ $^
> -- 
> 1.7.9.1

ACK, with the same comment as before.

Please push these.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
libguestfs lets you edit virtual machines.  Supports shell scripting,
bindings from many languages.  http://libguestfs.org

_______________________________________________
Libguestfs mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libguestfs

Reply via email to