- 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:
+4
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user