From: hno <> Date: Wed, 3 Jan 2001 05:41:40 +0000 (+0000) Subject: Extract icons in the source directory, and tunnel it via a phony X-Git-Tag: SQUID_3_0_PRE1~1708 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c1ebc6b2051c4c8cb46c87a1ea2dcbe978982f2;p=thirdparty%2Fsquid.git Extract icons in the source directory, and tunnel it via a phony target to protect parallell builds. --- diff --git a/icons/Makefile.in b/icons/Makefile.in index 6d859e7863..4baa9a03e2 100644 --- a/icons/Makefile.in +++ b/icons/Makefile.in @@ -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) > $@