Revert useless and wrong parts

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-04-18 20:38:40 +02:00
parent 06f1ed913e
commit 7428eb2cf6
2 changed files with 1 additions and 7 deletions

View File

@ -25,13 +25,6 @@ kernel_img_CFLAGS = $(COMMON_CFLAGS)
kernel_img_ASFLAGS = $(COMMON_ASFLAGS)
kernel_img_LDFLAGS += $(COMMON_LDFLAGS) -Wl,-N,-S,-Ttext,0x200000,-Bstatic
# Utilities.
sbin_UTILITIES = grub-ofpathname
# For grub-ofpathname.
grub_ofpathname_SOURCES = util/ieee1275/grub-ofpathname.c \
util/ieee1275/ofpath.c util/misc.c gnulib/progname.c
# Scripts.
sbin_SCRIPTS = grub-install
bin_SCRIPTS = grub-mkrescue

View File

@ -441,6 +441,7 @@ init_info (struct grub_setup_info *gp)
gp->dev_map = NULL;
gp->root_dev = NULL;
gp->prefix = NULL;
gp->dest_dev = NULL;
}
static int