- remove unused objcopy from configure.in

- make sure bin2char is built before openocd
- add generated startup_tcl.c to clean list
- pass startup_tcl directly to Jim_Eval

git-svn-id: svn://svn.berlios.de/openocd/trunk@805 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
ntfreak
2008-07-13 21:07:14 +00:00
parent 1edd0e6822
commit 696a20fea4
4 changed files with 28 additions and 33 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
bin_PROGRAMS = openocd bin2char
bin_PROGRAMS = bin2char openocd
bin2char_SOURCES = bin2char.c
@@ -99,3 +99,6 @@ nobase_dist_pkglib_DATA = \
# Convert .tcl to cfile
startup_tcl.c: bin2char startup.tcl
./bin2char startup_tcl < $(srcdir)/startup.tcl > startup_tcl.c
# add startup_tcl.c to make clean list
CLEANFILES = startup_tcl.c