make distcleanPlease do:
svn update
./configure --prefix=/usr/local --with-contrib-plugins=all
make -j 2
after a make in trunk entered
find . -name *68k*
gives nothing compiled, only the sources
You should run ./bootstrap also, because the Makefile.am has changed (new lexer for 68k), otherwise the Makefile.in's (and therfore the Makefile's) can not be created properly.Did you do this (before running ./configure and make ?
make clean
make distclean
svn update
./bootstrap
./configure --prefix=/usr/local --with-contrib-plugins=all
make -j 2