Skip to content
Snippets Groups Projects
Commit de6acb2d authored by ntfreak's avatar ntfreak
Browse files

- fix issue when building in separate build dir

- Thanks Duane Ellis

git-svn-id: svn://svn.berlios.de/openocd/trunk@801 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 2e832a39
Branches
No related tags found
No related merge requests found
......@@ -78,8 +78,6 @@ openocd_LDADD = $(top_builddir)/src/startup.o $(top_builddir)/src/xsvf/libxsvf.a
$(top_builddir)/src/pld/libpld.a \
$(FTDI2232LIB) $(FTD2XXLIB) $(MINGWLDADD) $(LIBUSB)
nobase_dist_pkglib_DATA = \
tcl/bitsbytes.tcl \
tcl/chip/atmel/at91/aic.tcl \
......@@ -99,4 +97,6 @@ nobase_dist_pkglib_DATA = \
# Convert .tcl to object
$(top_builddir)/src/startup.o: $(top_srcdir)/src/startup.tcl
${OBJCOPY} -I binary -O ${OBJCOPY_FORMAT} -B ${OBJCOPY_ARCH} startup.tcl startup.o
abs_builddir=`cd $(top_builddir) && pwd` && \
cd $(top_srcdir)/src && \
${OBJCOPY} -I binary -O ${OBJCOPY_FORMAT} -B ${OBJCOPY_ARCH} startup.tcl $$abs_builddir/src/startup.o
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment