From: hno <> Date: Wed, 21 May 2003 14:05:16 +0000 (+0000) Subject: Don't extract icons on VPATH builds X-Git-Tag: SQUID_3_0_PRE1~168 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ed7923500b129ae46dd59f2e96737730d55e1b3;p=thirdparty%2Fsquid.git Don't extract icons on VPATH builds --- diff --git a/icons/Makefile.am b/icons/Makefile.am index 053f7e0fd7..bad63f1189 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.9 2003/05/21 07:38:49 hno Exp $ +# $Id: Makefile.am,v 1.10 2003/05/21 08:05:16 hno Exp $ # ICON1 = anthony-binhex.gif @@ -39,7 +39,9 @@ DISTCLEANFILES = $(ICON2): $(ICON1) $(ICON1): - @$(SHELL) "$(srcdir)/icons.shar" + @if [ ! -f "$(srcdir)/$(ICON1)" ]; then \ + $(SHELL) "$(srcdir)/icons.shar" ; \ + fi ## @$(SHELL) -c "cd $(srcdir); $(SHELL) icons.shar" update-icons.shar: