summaryrefslogtreecommitdiffstats
path: root/bindings/java
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-02-04 00:02:20 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-02-04 00:02:20 +0000
commit57f85d6f6bf14b01707831ad61acd1b1e3402c0f (patch)
tree638a0af8bce90ae663d2a1471d8f6cd3726b0599 /bindings/java
parent845eb26d6a81b2780fafd999e553da0b558697a5 (diff)
downloadlasso-57f85d6f6bf14b01707831ad61acd1b1e3402c0f.tar.gz
lasso-57f85d6f6bf14b01707831ad61acd1b1e3402c0f.tar.xz
lasso-57f85d6f6bf14b01707831ad61acd1b1e3402c0f.zip
Binding java: Makefile.am has multiple target rules, it cannot support parallel builds
Diffstat (limited to 'bindings/java')
-rw-r--r--bindings/java/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/bindings/java/Makefile.am b/bindings/java/Makefile.am
index 8e489977..2ce5c3cc 100644
--- a/bindings/java/Makefile.am
+++ b/bindings/java/Makefile.am
@@ -1,3 +1,5 @@
+.NOTPARALLEL:
+
MAINTAINERCLEANFILES = Makefile.in
INCLUDES = \
-I$(top_builddir) \