On Fri, Aug 03, 2007 at 03:33:07PM +0200, Daniel Caillibaud wrote: > >># make > >>making all in m4... > >>cd m4;make all > >>/bin/sh: line 0: cd: m4: No such file or directory > > >What happens if you manually enter > > cd m4 > > make all > >? > > Nothing...
Weird- maybe a broken make.
Could you try removing the lines
@echo making $@ in m4...
cd m4;$(MAKE) $@
from the Makefile, and try running
make
again?
Greetings
Matthias
