~ubuntu-branches/ubuntu/edgy/grub/edgy

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2006-07-09 14:57:46 UTC
  • Revision ID: james.westby@ubuntu.com-20060709145746-q4ir66lpgw6ict02
Tags: 0.97-11ubuntu3
* Use gcc-4.0 rather than gcc-3.4
* Disable diskless support.  This seems to cause some weird regressions

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
EGREP = @EGREP@
102
102
EXEEXT = @EXEEXT@
103
103
FSYS_CFLAGS = @FSYS_CFLAGS@
104
 
GRAPHICS_SUPPORT_FALSE = @GRAPHICS_SUPPORT_FALSE@
105
 
GRAPHICS_SUPPORT_TRUE = @GRAPHICS_SUPPORT_TRUE@
106
104
GRUB_CFLAGS = @GRUB_CFLAGS@
107
105
GRUB_LIBS = @GRUB_LIBS@
108
106
HERCULES_SUPPORT_FALSE = @HERCULES_SUPPORT_FALSE@