From 9ab1558f6ed457bb380131c2221069df62b55d3a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 2 Dec 2014 12:42:23 +0100 Subject: tools: Provide strnlen() if missing --- tools/build/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/build/Makefile.am') diff --git a/tools/build/Makefile.am b/tools/build/Makefile.am index e8794917b2..5c6f7baab5 100644 --- a/tools/build/Makefile.am +++ b/tools/build/Makefile.am @@ -5,9 +5,9 @@ bin_PROGRAMS = cklength eolstrip packhex unhex rtems-bin2c noinst_PROGRAMS = binpatch cklength_SOURCES = cklength.c -eolstrip_SOURCES = eolstrip.c +eolstrip_SOURCES = eolstrip.c compat.c packhex_SOURCES = packhex.c -unhex_SOURCES = unhex.c +unhex_SOURCES = unhex.c compat.c binpatch_SOURCES = binpatch.c rtems_bin2c_SOURCES = rtems-bin2c.c -- cgit v1.2.3