tiny bit of encapsulation of global end state. No longer expose it as a global variable.
[fw/openocd] / Makefile.am
index 431244b30748f81aeaeadfaadc2f268fee473eb5..245b5e7f4defd9fb5845b238c7a93146a1a51dfa 100644 (file)
@@ -29,7 +29,7 @@ doxygen::
        $(MAKE) Doxyfile
        doxygen Doxyfile 2>&1 | perl $(srcdir)/tools/logger.pl > doxygen.log
 
-TCL_PATH = src/tcl
+TCL_PATH = tcl
 # command to find paths of script files, relative to TCL_PATH
 TCL_FILES := find $(srcdir)/$(TCL_PATH) -name '*.cfg' -o -name '*.tcl' | \
                sed -e 's,^$(srcdir)/$(TCL_PATH),,'