From: hno <> Date: Wed, 21 May 2003 14:24:26 +0000 (+0000) Subject: Fixup timestamps of extracted icons to match the shar file X-Git-Tag: SQUID_3_0_PRE1~166 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4438e02ca3b6283fb8efc9119e189f30233211d5;p=thirdparty%2Fsquid.git Fixup timestamps of extracted icons to match the shar file --- diff --git a/icons/Makefile.am b/icons/Makefile.am index bad63f1189..d632fe3c0b 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.10 2003/05/21 08:05:16 hno Exp $ +# $Id: Makefile.am,v 1.11 2003/05/21 08:24:26 hno Exp $ # ICON1 = anthony-binhex.gif @@ -41,8 +41,8 @@ $(ICON2): $(ICON1) $(ICON1): @if [ ! -f "$(srcdir)/$(ICON1)" ]; then \ $(SHELL) "$(srcdir)/icons.shar" ; \ + touch -r "$(srcdir)/icons.shar" *.gif ; \ fi -## @$(SHELL) -c "cd $(srcdir); $(SHELL) icons.shar" update-icons.shar: shar --no-timestamp $(ICON1) $(ICON2) > $@ 2>/dev/null || \