]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Extract icons in the source directory, and tunnel it via a phony
authorhno <>
Wed, 3 Jan 2001 05:41:40 +0000 (05:41 +0000)
committerhno <>
Wed, 3 Jan 2001 05:41:40 +0000 (05:41 +0000)
target to protect parallell builds.

icons/Makefile.in

index 6d859e78637370c2e02b1a53e97cd6f4cd8a0417..4baa9a03e2dce225889802faa52268e76089a24a 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.10 2000/12/09 03:28:39 wessels Exp $
+# $Id: Makefile.in,v 1.11 2001/01/02 22:41:40 hno Exp $
 #
 prefix         = @prefix@
 exec_prefix    = @exec_prefix@
@@ -47,8 +47,11 @@ ICONS                = anthony-binhex.gif \
 
 all: $(ICONS)
 
-$(ICONS):
-       @$(SHELL) -c "$(SHELL) $(srcdir)/icons.shar"
+.PHONY: extract_icons
+$(ICONS): extract_icons
+
+extract_icons:
+       @$(SHELL) -c "cd $(srcdir); $(SHELL) icons.shar"
 
 icons.shar:
        shar --no-timestamp $(ICONS) > $@