From: Vladimir Serbinenko Date: Mon, 14 Aug 2017 10:48:58 +0000 (+0200) Subject: hdparm: Depend on hexdump rather than having a second copy of hexdump. X-Git-Tag: grub-2.04-rc1~249 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6662372053bb7f580cf1b6a56b11e1190d81a40c;p=thirdparty%2Fgrub.git hdparm: Depend on hexdump rather than having a second copy of hexdump. --- diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def index a65c27f7f..8d57a59a0 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; };