summaryrefslogtreecommitdiffstats
path: root/android/Bootstrap
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-09-04 10:10:27 +0300
committerTor Lillqvist <tml@iki.fi>2012-09-04 14:01:38 +0300
commitf17665bc408cdb2a3d7bc69e41aefbc1b8134cd6 (patch)
tree003801263ff5b4a8f21bf4e4b70842cb0f09e83e /android/Bootstrap
parentfiltertracer seems to be unused (diff)
downloadcore-f17665bc408cdb2a3d7bc69e41aefbc1b8134cd6.tar.gz
core-f17665bc408cdb2a3d7bc69e41aefbc1b8134cd6.zip
Fix misleading macro name
Change-Id: I6ef47a04c6628723a433bbb625b0934979bd6725
Diffstat (limited to 'android/Bootstrap')
-rw-r--r--android/Bootstrap/Makefile.shared2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/Bootstrap/Makefile.shared b/android/Bootstrap/Makefile.shared
index 2dd202358af1..f1a7aa91f77d 100644
--- a/android/Bootstrap/Makefile.shared
+++ b/android/Bootstrap/Makefile.shared
@@ -19,7 +19,7 @@ cp $(1) $(SODEST)$(if $(2),/$(2)) && $(STRIP) --strip-debug $(SODEST)$(if $(2),/
cp $(1) $(OBJLOCAL)$(if $(2),/$(2))
endef
-define COPYSOJAR
+define COPYJAR
cp $(1) libs
endef