]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
added missing semicolon
authorwessels <>
Wed, 18 Feb 1998 06:33:42 +0000 (06:33 +0000)
committerwessels <>
Wed, 18 Feb 1998 06:33:42 +0000 (06:33 +0000)
errors/Makefile.in

index 76f49d753008ff526dee79932aacea37151ed732..ed3f3ce38b937c5f93c1b601d9fbf3fb24d0f26a 100644 (file)
@@ -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: