]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Attempt to makedist more portable
authorhno <>
Wed, 21 May 2003 13:19:29 +0000 (13:19 +0000)
committerhno <>
Wed, 21 May 2003 13:19:29 +0000 (13:19 +0000)
icons/Makefile.am

index a82f3d12a91962252b32bc716972fd4a712d9b30..f966cabc32f9ac35ea03178d30f57bc7639606c3 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.7 2003/02/21 20:52:51 hno Exp $
+# $Id: Makefile.am,v 1.8 2003/05/21 07:19:29 hno Exp $
 #
 
 ICON1  =       anthony-binhex.gif
@@ -43,7 +43,8 @@ $(ICON1):
 ##     @$(SHELL) -c "cd $(srcdir); $(SHELL) icons.shar"
 
 icons.shar:
-       shar --no-timestamp $(ICON1) $(ICON2) > $@
+       shar --no-timestamp $(ICON1) $(ICON2) > $@ 2>/dev/null || \
+       shar $(ICON1) $(ICON2) > $@
 
 ## DEFAULT_ICON_DIR        = $(sysconfdir)/icons