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 = {