]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Sat, 19 Jul 1997 11:01:39 +0000 (11:01 +0000)
committerwessels <>
Sat, 19 Jul 1997 11:01:39 +0000 (11:01 +0000)
icons/Makefile.in

index 69e3152997d3169df67d6079d9d1b9c6f32a13e6..89a2ac1e005b3f5358dfd67592088707e1c6bb90 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.2 1997/07/19 04:52:55 wessels Exp $
+# $Id: Makefile.in,v 1.3 1997/07/19 05:01:39 wessels Exp $
 #
 prefix         = @prefix@
 exec_prefix    = @exec_prefix@
@@ -57,7 +57,7 @@ $(SHARFILE):
 install: install-mkdirs anthony-xpm.gif
        @for f in $(ICONS); do \
                if test -f $(DEFAULT_ICON_DIR)/$$f ; then \
-                       echo "$@ will not overwrite existing $(DEFAULT_ICON_DIR)/$$f" ; \
+                       :; \
                else \
                        echo "$(INSTALL_FILE) $$f $(DEFAULT_ICON_DIR)"; \
                        $(INSTALL_FILE) $$f $(DEFAULT_ICON_DIR); \