From: Amos Jeffries Date: Wed, 27 Aug 2008 13:01:36 +0000 (+1200) Subject: Author: Benno Rice X-Git-Tag: SQUID_3_1_0_1~49^2~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5adeddebb88f59dcfe9e2728b37e91097fa243c9;p=thirdparty%2Fsquid.git Author: Benno Rice 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. --- 5adeddebb88f59dcfe9e2728b37e91097fa243c9