From: hno <> Date: Wed, 21 May 2003 13:38:49 +0000 (+0000) Subject: Removed circular dependency on icons.shar. To have icons.shar rebuild one X-Git-Tag: SQUID_3_0_PRE1~169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f0492dcf3a7bd2d072f9838ca52dcf258785e4d;p=thirdparty%2Fsquid.git Removed circular dependency on icons.shar. To have icons.shar rebuild one must now manually invoke make update-icons.shar from the icons directory --- diff --git a/icons/Makefile.am b/icons/Makefile.am index f966cabc32..053f7e0fd7 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -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) > $@