]> git.ipfire.org Git - thirdparty/squid.git/commit
Author: Benno Rice <benno@squid-cache.org>
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 27 Aug 2008 13:01:36 +0000 (01:01 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 27 Aug 2008 13:01:36 +0000 (01:01 +1200)
commit5adeddebb88f59dcfe9e2728b37e91097fa243c9
tree92c079a00684fbfc33d02b617748e86a11868d4d
parent8b0d8e31c16920792e78cb737b7da3037cf6b8bb
parenta9544cc762bc85be403a1ca8d03e1d0b4b491988
Author: Benno Rice <benno@squid-cache.org>
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.