]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Don't extract icons on VPATH builds
authorhno <>
Wed, 21 May 2003 14:05:16 +0000 (14:05 +0000)
committerhno <>
Wed, 21 May 2003 14:05:16 +0000 (14:05 +0000)
icons/Makefile.am

index 053f7e0fd7b3d03a53717d6bbaaeadf9fa6a6f88..bad63f11892462ca5308689de4dbc00765827e5c 100644 (file)
@@ -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: