]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Robert Collins patch that is supposed to do the right thing for both
authorwessels <>
Sat, 9 Dec 2000 10:28:39 +0000 (10:28 +0000)
committerwessels <>
Sat, 9 Dec 2000 10:28:39 +0000 (10:28 +0000)
CVS tree and the packed source tarfile.

icons/Makefile.in

index 0fc96cbfdcb04b98ee7a5d8ce349bda3cedeaa78..6d859e78637370c2e02b1a53e97cd6f4cd8a0417 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.9 2000/05/02 21:15:51 hno Exp $
+# $Id: Makefile.in,v 1.10 2000/12/09 03:28:39 wessels Exp $
 #
 prefix         = @prefix@
 exec_prefix    = @exec_prefix@
@@ -45,7 +45,10 @@ ICONS                = anthony-binhex.gif \
                  anthony-xbm.gif \
                  anthony-xpm.gif
 
-all:
+all: $(ICONS)
+
+$(ICONS):
+       @$(SHELL) -c "$(SHELL) $(srcdir)/icons.shar"
 
 icons.shar:
        shar --no-timestamp $(ICONS) > $@