]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
don't delete icons.shar on make distclean
authorrobertc <>
Mon, 29 Oct 2001 14:40:56 +0000 (14:40 +0000)
committerrobertc <>
Mon, 29 Oct 2001 14:40:56 +0000 (14:40 +0000)
icons/Makefile.am
icons/Makefile.in

index 36820e878781fe8c53219a09bafca63ea191433c..e78981f2e476b39acaf99f6a672478dfbc873ac6 100644 (file)
@@ -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.
index 724ed0874331fcc9080cfe5b95c1e0219c86329d..2c6752abb98b222f37b7e8350db920c09c64de1e 100644 (file)
@@ -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