]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Wed, 21 May 2003 14:17:00 +0000 (14:17 +0000)
committerhno <>
Wed, 21 May 2003 14:17:00 +0000 (14:17 +0000)
icons/Makefile.in

index d63b2af5d931df6d0f46eb771bb7c4a78a60ff51..a55d79d2e0d404e53bdee94310db598da0f7bb6b 100644 (file)
@@ -14,7 +14,7 @@
 
 @SET_MAKE@
 
-# $Id: Makefile.in,v 1.55 2003/05/21 07:24:40 hno Exp $
+# $Id: Makefile.in,v 1.56 2003/05/21 08:17:00 hno Exp $
 #
 
 srcdir = @srcdir@
@@ -403,9 +403,11 @@ uninstall-am: uninstall-iconDATA uninstall-info-am
 $(ICON2): $(ICON1)
 
 $(ICON1):
-       @$(SHELL) "$(srcdir)/icons.shar"
+       @if [ ! -f "$(srcdir)/$(ICON1)" ]; then \
+           $(SHELL) "$(srcdir)/icons.shar" ; \
+       fi
 
-icons.shar:
+update-icons.shar:
        shar --no-timestamp $(ICON1) $(ICON2) > $@ 2>/dev/null || \
        shar $(ICON1) $(ICON2) > $@
 # Tell versions [3.59,3.63) of GNU make to not export all variables.