diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-08-20 14:39:28 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-08-20 17:36:06 +0300 |
commit | e9f3727313ee523fa0da802fa3fedb0ad6b8f20f (patch) | |
tree | 589d502f5b9e2e93944e181af73afd81bb76180a /android | |
parent | 5b985dcf72d31cee191711f879675ec9affa2f76 (diff) |
Don't be shy
Change-Id: I806dcac11667abfd89a3202ed56e6370e18e185d
Diffstat (limited to 'android')
-rw-r--r-- | android/experimental/DocumentLoader/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/experimental/DocumentLoader/Makefile b/android/experimental/DocumentLoader/Makefile index b9a75eec6f85..917004a23a68 100644 --- a/android/experimental/DocumentLoader/Makefile +++ b/android/experimental/DocumentLoader/Makefile @@ -257,7 +257,7 @@ build-ant: copy-stuff properties install: build-ant unset JAVA_HOME && $(ANT) debug install @echo - @echo 'Run it with something like what "make run" does (see Makefile)' + @echo 'Run it with "make run"' @echo uninstall: |