]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
all target needs protecting from absent translation
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 8 Aug 2008 17:45:04 +0000 (05:45 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 8 Aug 2008 17:45:04 +0000 (05:45 +1200)
errors/Makefile.am

index 30ae2f88cd349e74495877d50039ae483080c090..69ee48c865190cff2bc41818719555afc14b27fc 100644 (file)
@@ -145,4 +145,6 @@ translate:
        done
 
 all:
-       translate
+       if test "$(DO_TRANSLATE)" = "yes" ; then \
+               make translate; \
+       fi