> For the last two days I get the error:
> make: *** No rule to make target '../(whatever)/..' . Stop.
> or make: *** No targets and makefile found. Stop.
> Although there is a Makefile in the directory and there are targets (all:
> , install: , whatever else) in the Makefile.
Try updating your "make" to a more recent version. I experienced the same
problem when i upgraded the kernel, but make-3.74-elf-libc-5 worked a lot
better than the old one.
Maybe someone could explain what made the old "make" stop working?
//Anders Broberg