[Android] Makefile: fix small bug
Edward Wang
git at videolan.org
Wed Jun 27 18:22:23 CEST 2012
android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Wed Jun 27 12:21:45 2012 -0400| [cc0147b00567adf758a307f80144c5c45cbfd52c] | committer: Edward Wang
Makefile: fix small bug
> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=cc0147b00567adf758a307f80144c5c45cbfd52c
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index dacf7b1..731f1fa 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ $(VLC_APK): $(LIBVLCJNI) $(JAVA_SOURCES)
@echo
date +"%Y-%m-%d" > $(SRC)/assets/builddate.txt
echo `id -u -n`@`hostname` > $(SRC)/assets/builder.txt
- git describe --always > $(SRC)/assets/revision.txt
+ echo `git describe --always` > $(SRC)/assets/revision.txt
$(VERBOSE)cd $(SRC) && ant $(ANT_OPTS) $(ANT_TARGET)
VLC_MODULES=`./find_modules.sh $(VLC_BUILD_DIR)`
More information about the Android
mailing list