]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixup timestamps of extracted icons to match the shar file
authorhno <>
Wed, 21 May 2003 14:24:26 +0000 (14:24 +0000)
committerhno <>
Wed, 21 May 2003 14:24:26 +0000 (14:24 +0000)
icons/Makefile.am

index bad63f11892462ca5308689de4dbc00765827e5c..d632fe3c0bac1fe39ac64e6bb4159fa373c8e2b4 100644 (file)
@@ -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 || \