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

« back to all changes in this revision

Viewing changes to grub-core/Makefile.am

  • 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:
303
303
CLEANFILES += config.log syminfo.lst moddep.lst
304
304
 
305
305
$(MOD_FILES): %.mod : genmod.sh moddep.lst %.module$(EXEEXT)
306
 
        sh $^ $@
 
306
        TARGET_OBJ2ELF=@TARGET_OBJ2ELF@ sh $^ $@
307
307
platform_DATA += $(MOD_FILES)
308
308
CLEANFILES += $(MOD_FILES)
309
309