]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
2.2 branch merge
authorwessels <>
Mon, 19 Apr 1999 13:18:09 +0000 (13:18 +0000)
committerwessels <>
Mon, 19 Apr 1999 13:18:09 +0000 (13:18 +0000)
icons/Makefile.in

index 55d93248197baca92d227eb694b5426f5e02926f..0777d8d4cc336eae6e249d3f54ee3fcd4fac7959 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.7 1999/04/07 19:48:56 wessels Exp $
+# $Id: Makefile.in,v 1.8 1999/04/19 07:18:09 wessels Exp $
 #
 prefix         = @prefix@
 exec_prefix    = @exec_prefix@
@@ -17,7 +17,6 @@ INSTALL               = @INSTALL@
 INSTALL_FILE           = @INSTALL_DATA@
 DEFAULT_ICON_DIR        = $(sysconfdir)/icons
 
-SHARFILE       = $(srcdir)/icons.shar
 ICONS          = anthony-binhex.gif \
                  anthony-bomb.gif \
                  anthony-box.gif \
@@ -48,12 +47,7 @@ ICONS                = anthony-binhex.gif \
 
 all:
 
-unshar: anthony-xpm.gif
-
-anthony-xpm.gif: $(SHARFILE)
-       $(SH) $(SHARFILE)
-
-$(SHARFILE):
+icons.shar:
        shar --no-timestamp $(ICONS) > $@
 
 install: install-mkdirs anthony-xpm.gif
@@ -81,7 +75,7 @@ install-mkdirs:
        fi
 
 clean:
-       $(RM) -f $(ICONS)
+
 
 distclean: clean
        -rm -f Makefile