From: hno <> Date: Sat, 19 Oct 2002 03:21:22 +0000 (+0000) Subject: make addlang bugfix from Andres Kroonmaa X-Git-Tag: SQUID_3_0_PRE1~633 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e24f697a1dad79f547bdd4287f352c27f61d7b7;p=thirdparty%2Fsquid.git make addlang bugfix from Andres Kroonmaa --- diff --git a/errors/Makefile.am b/errors/Makefile.am index 2c0c4d6f61..f768004a62 100644 --- a/errors/Makefile.am +++ b/errors/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in # -# $Id: Makefile.am,v 1.8 2002/04/02 01:33:04 hno Exp $ +# $Id: Makefile.am,v 1.9 2002/10/18 21:21:22 hno Exp $ # errordir = $(datadir)/errors @@ -65,7 +65,7 @@ uninstall-local: # addlang: all -@if test -d $(srcdir)/$(ADDLANG); then \ - if test -d $(DEFAULT_ERROR_DIR)/$(DESTLANG); then + if test -d $(DEFAULT_ERROR_DIR)/$(DESTLANG); then \ cd $(srcdir)/$(ADDLANG)/ ; \ for f in ERR_*; do \ if test -f $(DEFAULT_ERROR_DIR)/$(DESTLANG)/$$f ; then \