]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed circular dependency on icons.shar. To have icons.shar rebuild one
authorhno <>
Wed, 21 May 2003 13:38:49 +0000 (13:38 +0000)
committerhno <>
Wed, 21 May 2003 13:38:49 +0000 (13:38 +0000)
must now manually invoke make update-icons.shar from the icons directory

icons/Makefile.am

index f966cabc32f9ac35ea03178d30f57bc7639606c3..053f7e0fd7b3d03a53717d6bbaaeadf9fa6a6f88 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.8 2003/05/21 07:19:29 hno Exp $
+# $Id: Makefile.am,v 1.9 2003/05/21 07:38:49 hno Exp $
 #
 
 ICON1  =       anthony-binhex.gif
@@ -42,7 +42,7 @@ $(ICON1):
        @$(SHELL) "$(srcdir)/icons.shar"
 ##     @$(SHELL) -c "cd $(srcdir); $(SHELL) icons.shar"
 
-icons.shar:
+update-icons.shar:
        shar --no-timestamp $(ICON1) $(ICON2) > $@ 2>/dev/null || \
        shar $(ICON1) $(ICON2) > $@