From 286c8b2384ea8606ffa1a997faeaefd3cd67e766 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Thu, 7 Feb 2013 02:12:03 +0400 Subject: [PATCH] make: Drop unneeded HEXDUMP We don't use it at all. Signed-off-by: Cyrill Gorcunov Signed-off-by: Pavel Emelyanov --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 6bab8501d..4c267c73e 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,6 @@ CSCOPE := cscope TAGS := ctags RM := rm LD := ld -HEXDUMP := hexdump CC := gcc ECHO := echo NM := nm