summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2012-11-01 02:46:33 +0100
committerAndoni Morales Alastruey <ylatuya@gmail.com>2012-11-01 02:47:34 +0100
commit40c6c56aca224bdc045809847f2d62f86253434d (patch)
tree458afd512b8356db88045e79077e61e1ef9df3aa /data
parent7afb2e3fa8f03de6817d7faee66d7b44278e170f (diff)
ndk-build: add a required extra space
Diffstat (limited to 'data')
-rw-r--r--data/ndk-build/tools.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ndk-build/tools.mk b/data/ndk-build/tools.mk
index 82971002..549bbbce 100644
--- a/data/ndk-build/tools.mk
+++ b/data/ndk-build/tools.mk
@@ -198,7 +198,7 @@ libtool-get-dependency-libs = \
$(shell $(HOST_SED) -n "s/^dependency_libs='\(.*\)'/\1/p" $1)
libtool-replace-prefixes = \
- $(subst $(BUILD_PREFIX),$(GSTREAMER_SDK_ROOT),$1)
+ $(subst $(BUILD_PREFIX),$(GSTREAMER_SDK_ROOT),$1 )
libtool-get-static-library = \
$(shell $(HOST_SED) -n "s/^old_library='\(.*\)'/\1/p" $1)