diff --git a/INSTALL b/INSTALL index 48c1cfbd8..af0e06594 100644 --- a/INSTALL +++ b/INSTALL @@ -53,7 +53,7 @@ If you do not have access to the online version, follow the following recipies. #+BEGIN_SRC shell-script ./configure --host=arm-linux-androideabi \ --prefix=`pwd`/ecl-android \ - --with-cross-config=`pwd`/android.cross_config \ + --with-cross-config=`pwd`src/util/android.cross_config \ --disable-soname make -j9 make install diff --git a/android.cross_config b/src/util/android.cross_config similarity index 100% rename from android.cross_config rename to src/util/android.cross_config