]> git.proxmox.com Git - grub2.git/commitdiff
Don't create useless .lst
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 7 Feb 2010 03:47:46 +0000 (04:47 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 7 Feb 2010 03:47:46 +0000 (04:47 +0100)
Makefile.in

index e69c18b4076d377ef6cd30ad31f57a54a5d0d9a4..820bfa946a0b6f8f7bb342d20e901e65ae7a2902 100644 (file)
@@ -178,9 +178,8 @@ endif
 ### General targets.
 
 CLEANFILES += $(pkglib_DATA) $(pkgdata_DATA) po/*.mo
-pkglib_DATA += command.lst fs.lst partmap.lst parttool.lst handler.lst video.lst crypto.lst terminal.lst
 ifneq ($(platform), emu)
-pkglib_DATA += moddep.lst
+pkglib_DATA += moddep.lst command.lst fs.lst partmap.lst parttool.lst handler.lst video.lst crypto.lst terminal.lst
 endif
 moddep.lst: $(DEFSYMFILES) $(UNDSYMFILES) genmoddep.awk
        cat $(DEFSYMFILES) /dev/null \