2016-05-13 7:55 GMT+02:00 Páli Gábor János <pali.ga...@gmail.com>:
> That is probably because FreeBSD has GNU make(1) as `gmake`, it should
> be invoked with that name.  I suspect that, for some reason (which is
> unknown to me), the value of the $(MAKE) variable is not respected at
> the recursive invocation of make(1).
>
> Unfortunately, I will not have the time to figure this out today, so I
> am just reporting this without a proposal for the fix.

Ohh, I was quick to surrender: all you have to do is to
s/make/$(MAKE)/ in line 22 at utils/haddock/doc/ghc.mk.
_______________________________________________
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Reply via email to