15a2072
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
15a2072
From: Peter Jones <pjones@redhat.com>
15a2072
Date: Fri, 4 Mar 2016 16:29:13 -0500
15a2072
Subject: [PATCH] Make grub-editenv build again.
15a2072
15a2072
36212460d3565b18439a3a8130b28e6c97702c6a split how some of the mkimage
15a2072
utility functions are defined, and they wind up being linked into
15a2072
grub-editenv.  Most utilities got fixed, but this one was missed.
15a2072
15a2072
Signed-off-by: Peter Jones <pjones@redhat.com>
15a2072
---
15a2072
 Makefile.util.def | 2 ++
15a2072
 1 file changed, 2 insertions(+)
15a2072
15a2072
diff --git a/Makefile.util.def b/Makefile.util.def
15a2072
index 2d032643de7..879e8eb98a4 100644
15a2072
--- a/Makefile.util.def
15a2072
+++ b/Makefile.util.def
15a2072
@@ -237,6 +237,8 @@ program = {
15a2072
   extra_dist = grub-core/osdep/unix/compress.c;
15a2072
   extra_dist = grub-core/osdep/basic/compress.c;
15a2072
   common = util/mkimage.c;
15a2072
+  common = util/grub-mkimage32.c;
15a2072
+  common = util/grub-mkimage64.c;
15a2072
   common = grub-core/osdep/config.c;
15a2072
   common = util/config.c;
15a2072
   common = util/resolve.c;