From 8ed7923500b129ae46dd59f2e96737730d55e1b3 Mon Sep 17 00:00:00 2001 From: hno <> Date: Wed, 21 May 2003 14:05:16 +0000 Subject: [PATCH] Don't extract icons on VPATH builds --- icons/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/icons/Makefile.am b/icons/Makefile.am index 053f7e0fd7..bad63f1189 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.9 2003/05/21 07:38:49 hno Exp $ +# $Id: Makefile.am,v 1.10 2003/05/21 08:05:16 hno Exp $ # ICON1 = anthony-binhex.gif @@ -39,7 +39,9 @@ DISTCLEANFILES = $(ICON2): $(ICON1) $(ICON1): - @$(SHELL) "$(srcdir)/icons.shar" + @if [ ! -f "$(srcdir)/$(ICON1)" ]; then \ + $(SHELL) "$(srcdir)/icons.shar" ; \ + fi ## @$(SHELL) -c "cd $(srcdir); $(SHELL) icons.shar" update-icons.shar: -- 2.47.3