From: robertc <> Date: Mon, 29 Oct 2001 14:40:56 +0000 (+0000) Subject: don't delete icons.shar on make distclean X-Git-Tag: SQUID_3_0_PRE1~1315 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3e4423f0b6338a8bb1b471764ff3e97746e5885f;p=thirdparty%2Fsquid.git don't delete icons.shar on make distclean --- diff --git a/icons/Makefile.am b/icons/Makefile.am index 36820e8787..e78981f2e4 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.1 2001/08/31 11:19:09 robertc Exp $ +# $Id: Makefile.am,v 1.2 2001/10/29 07:40:56 robertc Exp $ # ICON1 = anthony-binhex.gif @@ -32,7 +32,7 @@ ICON2 = anthony-bomb.gif \ icondir = $(sysconfdir)/icons icon_DATA = $(ICON1) $(ICON2) EXTRA_DIST = $(ICON1) $(ICON2) icons.shar -DISTCLEANFILES = $(EXTRA_DIST) +DISTCLEANFILES = $(ICON1) $(ICON2) # The magic with ICON1,2 is to have a single dependency # for all of the icons. diff --git a/icons/Makefile.in b/icons/Makefile.in index 724ed08743..2c6752abb9 100644 --- a/icons/Makefile.in +++ b/icons/Makefile.in @@ -13,7 +13,7 @@ @SET_MAKE@ -# $Id: Makefile.in,v 1.16 2001/10/03 14:56:52 hno Exp $ +# $Id: Makefile.in,v 1.17 2001/10/29 07:40:56 robertc Exp $ # SHELL = @SHELL@ @@ -153,7 +153,7 @@ ICON2 = anthony-bomb.gif \ icondir = $(sysconfdir)/icons icon_DATA = $(ICON1) $(ICON2) EXTRA_DIST = $(ICON1) $(ICON2) icons.shar -DISTCLEANFILES = $(EXTRA_DIST) +DISTCLEANFILES = $(ICON1) $(ICON2) subdir = icons mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs CONFIG_HEADER = $(top_builddir)/include/autoconf.h