From: wessels <> Date: Wed, 18 Feb 1998 06:33:42 +0000 (+0000) Subject: added missing semicolon X-Git-Tag: SQUID_3_0_PRE1~4076 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d75c2b0d1c8807bf0c754dcaf25a260e1bca91bb;p=thirdparty%2Fsquid.git added missing semicolon --- diff --git a/errors/Makefile.in b/errors/Makefile.in index 76f49d7530..ed3f3ce38b 100644 --- a/errors/Makefile.in +++ b/errors/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.3 1998/02/05 21:37:48 wessels Exp $ +# $Id: Makefile.in,v 1.4 1998/02/17 23:33:42 wessels Exp $ # prefix = @prefix@ exec_prefix = @exec_prefix@ @@ -28,7 +28,7 @@ install: install-mkdirs else \ echo "$(INSTALL_FILE) $$f $(DEFAULT_ERROR_DIR)"; \ $(INSTALL_FILE) $$f $(DEFAULT_ERROR_DIR); \ - fi \ + fi; \ done install-mkdirs: