>>>>> "Pierre" == Pierre Muller <
pierre.muller@...> writes:
Pierre> You are right,
Pierre> do a simple
Pierre> gmake
Pierre> does work.
Pierre> However, I am used to do
Pierre> gmake all-gdb
Pierre> and I checked by removing everything
Pierre> it does fail if you use
Pierre> gmake all-gdb
Pierre> instead of
Pierre> gmake
Pierre> ...
I wonder whether changing the top-level Makefile so that "MAKE" is in
HOST_EXPORTS would help. I believe this will cause MAKE to be set in
the subdir configure environment.
Tom