diff options
author | Keith Packard <keithp@keithp.com> | 2014-06-11 18:58:09 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-06-11 18:58:09 -0700 |
commit | fcbfb3aea20e564045fc6a86f978cacabfc73226 (patch) | |
tree | 04b787ac8466521dffd9e987ec58b72cfcc989a6 | |
parent | c661d5de7d9c8e430211e0f97ab0bf3f09a1a543 (diff) |
altosdroid: Altosdroid build doesn't work in parallel, so stop trying
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | altosdroid/Makefile.am | 2 |
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) |