From b2287390c56beebf410dc0553150d5ff542b4869 Mon Sep 17 00:00:00 2001 From: Automatic source maintenance Date: Sun, 31 Aug 2008 18:14:37 -0600 Subject: [PATCH] Bootstrapped --- icons/Makefile.in | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/icons/Makefile.in b/icons/Makefile.in index e60f05cf4c..ae6ed6250b 100644 --- a/icons/Makefile.in +++ b/icons/Makefile.in @@ -14,7 +14,7 @@ @SET_MAKE@ -# $Id: Makefile.am,v 1.11 2003/05/21 08:24:26 hno Exp $ +# $Id$ # srcdir = @srcdir@ @@ -280,8 +280,8 @@ sharedstatedir = @sharedstatedir@ subdirs = @subdirs@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -ICON1 = anthony-binhex.gif -ICON2 = anthony-bomb.gif \ +ICONS = anthony-binhex.gif \ + anthony-bomb.gif \ anthony-box.gif \ anthony-box2.gif \ anthony-c.gif \ @@ -309,8 +309,8 @@ ICON2 = anthony-bomb.gif \ anthony-xpm.gif icondir = $(datadir)/icons -icon_DATA = $(ICON1) $(ICON2) -EXTRA_DIST = $(ICON1) $(ICON2) icons.shar +icon_DATA = $(ICONS) +EXTRA_DIST = $(ICONS) DISTCLEANFILES = all: all-am @@ -493,20 +493,6 @@ uninstall-am: uninstall-iconDATA uninstall-info-am mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ uninstall uninstall-am uninstall-iconDATA uninstall-info-am - -# The magic with ICON1,2 is to have a single dependency -# for all of the icons. -$(ICON2): $(ICON1) - -$(ICON1): - @if [ ! -f "$(srcdir)/$(ICON1)" ]; then \ - $(SHELL) "$(srcdir)/icons.shar" ; \ - touch -r "$(srcdir)/icons.shar" *.gif ; \ - fi - -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. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: -- 2.47.2