summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-07 06:13:38 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-14 07:33:46 +0200
commitea092ccc798b820ebe5505a0b1f1cc65fbb80bac (patch)
treea026fc5cde141ad29294f076887863d0b445aef7 /c
parenttools: Remove size_rtems (diff)
downloadrtems-ea092ccc798b820ebe5505a0b1f1cc65fbb80bac.tar.bz2
tools: Remove rtems-bin2c
This tool is now included in the RTEMS tools repository. Close #3380.
Diffstat (limited to 'c')
-rw-r--r--c/src/make/host.cfg.in2
1 files changed, 1 insertions, 1 deletions
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