X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2FMakefile.am;h=913118f25cfa67c561d23b4a7a2dd967559442a0;hb=cc53ad81d3f7598eb06c216218734342d2d8e7e9;hp=8f96b05380d3c9d40ff4f5b9e1c86c2a52eddf2f;hpb=5e229bbf87fbb5a809553526edf0186dd3dd5cf8;p=openocd.git diff --git a/src/Makefile.am b/src/Makefile.am index 8f96b05380..913118f25c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -112,7 +112,7 @@ BUILT_SOURCES = startup.tcl startup.tcl: $(STARTUP_TCL_SRCS) cat $^ > $@ -BIN2C = $(builddir)/helper/bin2char$(EXEEXT_FOR_BUILD) +BIN2C = $(top_builddir)/src/helper/bin2char$(EXEEXT_FOR_BUILD) # Convert .tcl to cfile startup_tcl.c: startup.tcl $(BIN2C)