From ea092ccc798b820ebe5505a0b1f1cc65fbb80bac Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 7 Jun 2018 06:13:38 +0200 Subject: tools: Remove rtems-bin2c This tool is now included in the RTEMS tools repository. Close #3380. --- testsuites/aclocal/project-root.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/aclocal/project-root.m4') diff --git a/testsuites/aclocal/project-root.m4 b/testsuites/aclocal/project-root.m4 index aeeb0e863a..950ff6b5ad 100644 --- a/testsuites/aclocal/project-root.m4 +++ b/testsuites/aclocal/project-root.m4 @@ -5,7 +5,7 @@ AC_REQUIRE([RTEMS_TOP]) PACKHEX="\$(PROJECT_TOPdir)/tools/build/packhex" AC_SUBST(PACKHEX) -BIN2C="\$(PROJECT_TOPdir)/tools/build/rtems-bin2c" +BIN2C=rtems-bin2c AC_SUBST(BIN2C) ]) -- cgit v1.2.3