]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
missing semicolon in sh command
authorwessels <>
Fri, 9 Jan 1998 04:01:04 +0000 (04:01 +0000)
committerwessels <>
Fri, 9 Jan 1998 04:01:04 +0000 (04:01 +0000)
icons/Makefile.in

index e747ac2d2983d956fea9d7a2f0d5e0ed8fbb7b8f..30f2a297eba7cf54e0f7ae25fa8b817f881c2e82 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.4 1997/08/25 15:55:20 wessels Exp $
+# $Id: Makefile.in,v 1.5 1998/01/08 21:01:04 wessels Exp $
 #
 prefix         = @prefix@
 exec_prefix    = @exec_prefix@
@@ -61,7 +61,7 @@ install: install-mkdirs anthony-xpm.gif
                else \
                        echo "$(INSTALL_FILE) $$f $(DEFAULT_ICON_DIR)"; \
                        $(INSTALL_FILE) $$f $(DEFAULT_ICON_DIR); \
-               fi \
+               fi; \
        done
 
 install-mkdirs: