]> git.sur5r.net Git - openocd/blobdiff - src/Makefile.am
pass startup_tcl to command_init
[openocd] / src / Makefile.am
index 7a88681105f6862e32519331d27536f89d5a5fac..8f96b05380d3c9d40ff4f5b9e1c86c2a52eddf2f 100644 (file)
@@ -116,7 +116,7 @@ BIN2C = $(builddir)/helper/bin2char$(EXEEXT_FOR_BUILD)
 
 # Convert .tcl to cfile
 startup_tcl.c: startup.tcl $(BIN2C)
-       $(BIN2C) startup_tcl < $< > $@ || rm -f $@
+       $(BIN2C) openocd_startup_tcl < $< > $@ || rm -f $@
 
 # add startup_tcl.c to make clean list
 CLEANFILES = startup.tcl startup_tcl.c