From 4438e02ca3b6283fb8efc9119e189f30233211d5 Mon Sep 17 00:00:00 2001 From: hno <> Date: Wed, 21 May 2003 14:24:26 +0000 Subject: [PATCH] Fixup timestamps of extracted icons to match the shar file --- icons/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 || \ -- 2.47.2