]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/genmod.sh.in: Remove ./ from TARGET_OBJ2ELF. Add quotes.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 23 Sep 2013 11:03:03 +0000 (13:03 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 23 Sep 2013 11:03:03 +0000 (13:03 +0200)
Based on patches from AROS.

ChangeLog
grub-core/genmod.sh.in

index 3cdf0d84a3547d6ba00fda05ec7bdf4ae243d4f5..229739dcbb322d632e853b93dd026cfdca17f841 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-09-23  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/genmod.sh.in: Remove ./ from TARGET_OBJ2ELF. Add quotes.
+
+       Based on patches from AROS.
+
 2013-09-23  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/Makefile.am: Override STRIP and RANLIB.
index 95f4607c8a53c0b5dfd459c13a19047caea60c90..ff5cb19aed5d2c0f4387b4555fdd54160aa8dda1 100644 (file)
@@ -54,7 +54,7 @@ if test x@TARGET_APPLE_CC@ != x1; then
     rm -f $t1 $t2
 
        if ! test -z "${TARGET_OBJ2ELF}"; then
-           ./${TARGET_OBJ2ELF} $tmpfile || exit 1
+           "${TARGET_OBJ2ELF}" $tmpfile || exit 1
        fi
        if test x@platform@ != xemu; then
            @TARGET_STRIP@ --strip-unneeded \