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. --- c/src/make/host.cfg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c') diff --git a/c/src/make/host.cfg.in b/c/src/make/host.cfg.in index 270d3f104d..17bf017b99 100644 --- a/c/src/make/host.cfg.in +++ b/c/src/make/host.cfg.in @@ -27,7 +27,7 @@ PACKHEX=$(PROJECT_BIN)/packhex endif ifndef BIN2C -BIN2C=$(PROJECT_BIN)/rtems-bin2c +BIN2C=rtems-bin2c endif ifndef INSTALL_CHANGE -- cgit v1.2.3