summaryrefslogtreecommitdiff
path: root/altosdroid
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-06-11 18:58:09 -0700
committerKeith Packard <keithp@keithp.com>2014-06-11 18:58:09 -0700
commitfcbfb3aea20e564045fc6a86f978cacabfc73226 (patch)
tree04b787ac8466521dffd9e987ec58b72cfcc989a6 /altosdroid
parentc661d5de7d9c8e430211e0f97ab0bf3f09a1a543 (diff)
altosdroid: Altosdroid build doesn't work in parallel, so stop trying
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosdroid')
-rw-r--r--altosdroid/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/altosdroid/Makefile.am b/altosdroid/Makefile.am
index 1590e0c9..d5784483 100644
--- a/altosdroid/Makefile.am
+++ b/altosdroid/Makefile.am
@@ -40,6 +40,8 @@ SRC=$(JAVA_SRC) $(DRAWABLES)
all: $(all_target)
+.NOTPARALLEL:
+
$(EXT_LIBDIR):
mkdir -p $(EXT_LIBDIR)