From 83acb60e39943fe7e4772194cbdf491d4d3e86d1 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Thu, 17 Mar 2016 09:29:18 -0500 Subject: [svn-r29463] qualify .classes with $(top_builddir) --- java/examples/datasets/Makefile.am | 2 +- java/examples/datatypes/Makefile.am | 2 +- java/examples/groups/Makefile.am | 2 +- java/examples/intro/Makefile.am | 2 +- java/src/Makefile.am | 2 +- java/test/Makefile.am | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/java/examples/datasets/Makefile.am b/java/examples/datasets/Makefile.am index 49888a0..8498cff 100644 --- a/java/examples/datasets/Makefile.am +++ b/java/examples/datasets/Makefile.am @@ -23,7 +23,7 @@ include $(top_srcdir)/config/commence.am # Mark this directory as part of the JNI API JAVA_API=yes -JAVAROOT = .classes +JAVAROOT = $(top_builddir)/.classes classes: $(MKDIR_P) $(@D)/$(JAVAROOT) diff --git a/java/examples/datatypes/Makefile.am b/java/examples/datatypes/Makefile.am index de2ea9d..fedfec3 100644 --- a/java/examples/datatypes/Makefile.am +++ b/java/examples/datatypes/Makefile.am @@ -23,7 +23,7 @@ include $(top_srcdir)/config/commence.am # Mark this directory as part of the JNI API JAVA_API=yes -JAVAROOT = .classes +JAVAROOT = $(top_builddir)/.classes classes: $(MKDIR_P) $(@D)/$(JAVAROOT) diff --git a/java/examples/groups/Makefile.am b/java/examples/groups/Makefile.am index 802e2b0..181d2d9 100644 --- a/java/examples/groups/Makefile.am +++ b/java/examples/groups/Makefile.am @@ -23,7 +23,7 @@ include $(top_srcdir)/config/commence.am # Mark this directory as part of the JNI API JAVA_API=yes -JAVAROOT = .classes +JAVAROOT = $(top_builddir)/.classes classes: $(MKDIR_P) $(@D)/$(JAVAROOT) diff --git a/java/examples/intro/Makefile.am b/java/examples/intro/Makefile.am index fef33d2..af4022b 100644 --- a/java/examples/intro/Makefile.am +++ b/java/examples/intro/Makefile.am @@ -23,7 +23,7 @@ include $(top_srcdir)/config/commence.am # Mark this directory as part of the JNI API JAVA_API=yes -JAVAROOT = .classes +JAVAROOT = $(top_builddir)/.classes classes: $(MKDIR_P) $(@D)/$(JAVAROOT) diff --git a/java/src/Makefile.am b/java/src/Makefile.am index bb11230..3609f20 100644 --- a/java/src/Makefile.am +++ b/java/src/Makefile.am @@ -30,7 +30,7 @@ JAVA_API=yes SUBDIRS=jni -JAVAROOT = .classes +JAVAROOT = $(top_builddir)/.classes classes: $(MKDIR_P) $(@D)/$(JAVAROOT) diff --git a/java/test/Makefile.am b/java/test/Makefile.am index 1cb41df..d294d46 100644 --- a/java/test/Makefile.am +++ b/java/test/Makefile.am @@ -23,7 +23,7 @@ include $(top_srcdir)/config/commence.am # Mark this directory as part of the JNI API JAVA_API=yes -JAVAROOT = .classes +JAVAROOT = $(top_builddir)/.classes classes: $(MKDIR_P) $(@D)/$(JAVAROOT) -- cgit v0.12