~ilya-yanok/ubuntu/precise/grub2/fix-for-948716

« back to all changes in this revision

Viewing changes to grub-core/genmod.sh.in

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2011-01-17 13:43:06 UTC
  • mto: (17.6.26 experimental)
  • mto: This revision was merged to the branch mainline in revision 102.
  • Revision ID: james.westby@ubuntu.com-20110117134306-fy7qewn4s3qdx2pl
Tags: upstream-1.99~rc1
ImportĀ upstreamĀ versionĀ 1.99~rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
rm -f $t1 $t2
53
53
 
54
54
if test x@TARGET_APPLE_CC@ != x1; then
55
 
        if ! test -z "@TARGET_OBJ2ELF@"; then
56
 
            ./@TARGET_OBJ2ELF@ $tmpfile || exit 1
 
55
        if ! test -z "${TARGET_OBJ2ELF}"; then
 
56
            ./${TARGET_OBJ2ELF} $tmpfile || exit 1
57
57
        fi
58
58
        if test x@platform@ != xemu; then
59
59
            @STRIP@ --strip-unneeded \