From: wessels <> Date: Sat, 9 Dec 2000 10:28:39 +0000 (+0000) Subject: Robert Collins patch that is supposed to do the right thing for both X-Git-Tag: SQUID_3_0_PRE1~1737 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a3bbe42e20786343e768cda168fb015b4b90c7d6;p=thirdparty%2Fsquid.git Robert Collins patch that is supposed to do the right thing for both CVS tree and the packed source tarfile. --- diff --git a/icons/Makefile.in b/icons/Makefile.in index 0fc96cbfdc..6d859e7863 100644 --- a/icons/Makefile.in +++ b/icons/Makefile.in @@ -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) > $@