From 31f0eb9e9e094f13ff36f9e75445a858a1fc56ba Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 7 Jun 2018 06:18:40 +0200 Subject: tools: Remove unhex This program has no license information and is unused in the RTEMS build. Users of HEX files should consider to use ELF instead. Remove it. Close #3378. --- tools/build/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/build/Makefile.am') diff --git a/tools/build/Makefile.am b/tools/build/Makefile.am index 63ccfa43e4..a8e2e76c44 100644 --- a/tools/build/Makefile.am +++ b/tools/build/Makefile.am @@ -1,9 +1,8 @@ ACLOCAL_AMFLAGS = -I ../../aclocal -bin_PROGRAMS = packhex unhex +bin_PROGRAMS = packhex packhex_SOURCES = packhex.c -unhex_SOURCES = unhex.c compat.c bin_SCRIPTS = install-if-change -- cgit v1.2.3