summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 2f02914a8a82..7d12aff6ffa7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -183,8 +183,8 @@ ifneq ($(CROSS_COMPILING),)
rm -fr $(INSTDIR_FOR_BUILD)
rm -fr $(WORKDIR_FOR_BUILD)
ifeq ($(OS),ANDROID)
- rm -fr $(SRCDIR)/android/source/obj
- rm -fr $(SRCDIR)/android/source/jniLibs
+ rm -fr $(BUILDDIR)/android/obj
+ rm -fr $(BUILDDIR)/android/jniLibs
rm -fr $(SRCDIR)/android/source/build
rm -fr $(SRCDIR)/android/source/assets
rm -fr $(SRCDIR)/android/source/assets_fullUI