"R. Lahaye" <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes writes: >> >>"R. Lahaye" <[EMAIL PROTECTED]> writes: >> >> > "-C" is an illegal option for (g)make! >> >> It is not. > | Yes it is, at least for the "make" that ships with my up-to-date | FreeBSD-4.5.
Then that is not gmake. | Don't know why FreeBSD has its own flags here, but actually that's not the | real problem here. > | The real problem (and bug?) is line 590 in src/frontends/Makefile: > | make -C $$dir distclean ; \ > | this should be: > | $(MAKE) -C $$dir distclean ; \ These targets does not exist anymore in my tree. | in which case it automatically will use my "gmake" (which indeed allows a -C | flag) | instead of the hardcoded "make" ! > | Please apply patch below. so no... -- Lgb