From: Amos Jeffries Date: Fri, 8 Aug 2008 17:45:04 +0000 (+1200) Subject: all target needs protecting from absent translation X-Git-Tag: SQUID_3_1_0_1~49^2~105 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=15f659484f7bb1110be31469c94f9e84f4560407;p=thirdparty%2Fsquid.git all target needs protecting from absent translation --- diff --git a/errors/Makefile.am b/errors/Makefile.am index 30ae2f88cd..69ee48c865 100644 --- a/errors/Makefile.am +++ b/errors/Makefile.am @@ -145,4 +145,6 @@ translate: done all: - translate + if test "$(DO_TRANSLATE)" = "yes" ; then \ + make translate; \ + fi