From 37b1a9468dd2eb92377de884b467b58b92d78a67 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 18 Sep 2007 13:23:58 +0000 Subject: 2007-09-18 Joel Sherrill * Makefile.am: Rename bin2c to rtems-bin2c. --- 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 571066850d..f58624929f 100644 --- a/tools/build/Makefile.am +++ b/tools/build/Makefile.am @@ -4,7 +4,7 @@ ACLOCAL_AMFLAGS = -I ../../aclocal -bin_PROGRAMS = cklength eolstrip packhex unhex bin2c +bin_PROGRAMS = cklength eolstrip packhex unhex rtems-bin2c noinst_PROGRAMS = binpatch @@ -13,7 +13,7 @@ eolstrip_SOURCES = eolstrip.c packhex_SOURCES = packhex.c unhex_SOURCES = unhex.c binpatch_SOURCES = binpatch.c -bin2c_SOURCES = bin2c.c +rtems_bin2c_SOURCES = rtems-bin2c.c bin_SCRIPTS = install-if-change -- cgit v1.2.3