Johannes Sixt <j6t@xxxxxxxx> writes: > Interesting. We have this in generate-tclindex.sh: > > ... > else > echo >&2 " * $TCL_PATH failed; using unoptimized loading" > rm -f $@ > echo '# Autogenerated by git-gui Makefile' >lib/tclIndex > ... > > This $@ was taken literally from the Makefile, ... Good spotting. It was right in front of all of us, and nobody noticed X-<. Certainly I didn't.