From 6c21f5d7a1c6a62017239a8542a46ab63e48c6f1 Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Mon, 27 Feb 2012 22:48:29 +0100 Subject: [PATCH] * Makefile.util.def (grub-ofpathname): Enable on all platforms. --- ChangeLog | 4 ++++ Makefile.util.def | 6 ++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 97aef946e..fc6e062f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-02-27 Vladimir Serbinenko + + * Makefile.util.def (grub-ofpathname): Enable on all platforms. + 2012-02-27 Colin Watson Use write-combining MTRR to speed up video with buggy BIOSes. diff --git a/Makefile.util.def b/Makefile.util.def index 7e5a59608..b421ee0b7 100644 --- a/Makefile.util.def +++ b/Makefile.util.def @@ -338,16 +338,14 @@ program = { name = grub-ofpathname; installdir = sbin; mansection = 8; - ieee1275 = util/ieee1275/grub-ofpathname.c; - ieee1275 = util/ieee1275/ofpath.c; + common = util/ieee1275/grub-ofpathname.c; + common = util/ieee1275/ofpath.c; ldadd = libgrubmods.a; ldadd = libgrubgcry.a; ldadd = libgrubkern.a; ldadd = grub-core/gnulib/libgnu.a; ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBGEOM)'; - - enable = sparc64_ieee1275; }; program = {