* configure.ac: Substitute TARGET_RANLIB.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-09-23 13:20:32 +02:00
parent affce7d417
commit 1bd7302506
2 changed files with 8 additions and 0 deletions

View File

@ -1,10 +1,17 @@
2013-09-23 Vladimir Serbinenko <phcoder@gmail.com>
2013-09-23 neil
* configure.ac: Substitute TARGET_RANLIB.
2013-09-23 Vladimir Serbinenko <phcoder@gmail.com>
2013-09-23 neil
* grub-core/genmod.sh.in: Remove ./ from TARGET_OBJ2ELF. Add quotes.
Based on patches from AROS.
2013-09-23 Vladimir Serbinenko <phcoder@gmail.com>
2013-09-23 neil
* grub-core/Makefile.am: Override STRIP and RANLIB.
* configure.ac: compute TARGET_RANLIB.

View File

@ -441,6 +441,7 @@ AC_SUBST(BUILD_CFLAGS)
AC_SUBST(BUILD_CPPFLAGS)
AC_SUBST(TARGET_CC)
AC_SUBST(TARGET_NM)
AC_SUBST(TARGET_RANLIB)
AC_SUBST(TARGET_STRIP)
AC_SUBST(TARGET_OBJCOPY)