[MERGE] Fix build on systems where $(MAKE) != make

From: Benno Rice <benno_at_squid-cache.org>
Date: Wed, 27 Aug 2008 15:36:31 +1000 (EST)

Respect $(MAKE) in error translation build.

On FreeBSD, make is not GNU make. GNU make can be installed from ports, but it
is installed as gmake, not make. This makes it vital that Makefiles that wish
to work on FreeBSD always invoke make with $(MAKE) instead of make. The recent
error translation stuff did not follow this, and thus the build broke on
FreeBSD. Fix this.

Received on Wed Aug 27 2008 - 06:38:34 MDT

This archive was generated by hypermail 2.2.0 : Wed Aug 27 2008 - 12:00:06 MDT