Commit 286c8b23 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

make: Drop unneeded HEXDUMP

We don't use it at all.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent f682ba81
...@@ -15,7 +15,6 @@ CSCOPE := cscope ...@@ -15,7 +15,6 @@ CSCOPE := cscope
TAGS := ctags TAGS := ctags
RM := rm RM := rm
LD := ld LD := ld
HEXDUMP := hexdump
CC := gcc CC := gcc
ECHO := echo ECHO := echo
NM := nm NM := nm
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment