From e9e47f7b9a23c3a43ae1204e53771084b64464d1 Mon Sep 17 00:00:00 2001 From: The Alliance Tool Date: Tue, 13 Sep 2011 11:39:15 +0000 Subject: [PATCH] Remove also automake script ylwrap. --- alliance/src/autostuff | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/alliance/src/autostuff b/alliance/src/autostuff index 82c49174..aa0688e3 100755 --- a/alliance/src/autostuff +++ b/alliance/src/autostuff @@ -1,5 +1,8 @@ #!/bin/sh #$Log: autostuff,v $ +#Revision 1.14 2011/09/13 11:39:15 alliance +#Remove also automake script ylwrap. +# #Revision 1.13 2011/02/09 22:48:53 jpc #Replace AC_PROG_RANLIB by AC_PROG_LIBTOOL. # @@ -38,6 +41,7 @@ if test "$1" = "clean" ; then rm -f missing rm -f install-sh rm -f depcomp + rm -f ylwrap rm -f distrib/alliance.spec exit fi