From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Mon, 14 Aug 2017 12:48:58 +0200 Subject: [PATCH] hdparm: Depend on hexdump rather than having a second copy of hexdump. --- grub-core/Makefile.core.def | 1 - 1 file changed, 1 deletion(-) diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def index a65c27f7ff2..8d57a59a0e1 100644 --- a/grub-core/Makefile.core.def +++ b/grub-core/Makefile.core.def @@ -902,7 +902,6 @@ module = { module = { name = hdparm; common = commands/hdparm.c; - common = lib/hexdump.c; enable = pci; enable = mips_qemu_mips; };