summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 27309eca..75239fcc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,4 @@
-bin_PROGRAMS = bin2char openocd
-
-bin2char_SOURCES = bin2char.c
+bin_PROGRAMS = openocd
if ECOSBOARD
MAINFILE = ecosboard.c
@@ -96,6 +94,10 @@ nobase_dist_pkglib_DATA = \
tcl/mmr_helpers.tcl \
tcl/readable.tcl
+noinst_PROGRAMS = bin2char
+
+bin2char_SOURCES = bin2char.c
+
# Convert .tcl to cfile
startup_tcl.c: bin2char startup.tcl
./bin2char startup_tcl < $(srcdir)/startup.tcl > startup_tcl.c