diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-28 19:46:13 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-28 19:46:13 -0400 |
commit | 017e433ac44a0800c9d83a57235a8881717bd9fd (patch) | |
tree | 5ffdf8ec0cda13f051eeae8cce3fbe44c6b0d5f1 /standalone | |
parent | 6a70c36df185358e145117e61619064cf0377f5f (diff) |
build fix
Diffstat (limited to 'standalone')
-rw-r--r-- | standalone/android/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/android/Makefile b/standalone/android/Makefile index f62268754..7b70054cf 100644 --- a/standalone/android/Makefile +++ b/standalone/android/Makefile @@ -13,7 +13,7 @@ export ANDROID_NDK_ROOT?=$(HOME)/tmp/android-ndk-r8d # Where to store the $(GIT_ANNEX_ANDROID_SOURCETREE)s to utilities. This # directory will be created by `make source`. -GIT_ANNEX_ANDROID_SOURCETREE?=$(GIT_ANNEX_ANDROID_SOURCETREE) +GIT_ANNEX_ANDROID_SOURCETREE?=../tmp/android-sourcetree GITTREE=$(GIT_ANNEX_ANDROID_SOURCETREE)/git/installed-tree |