Remove also automake script ylwrap.
This commit is contained in:
parent
bdcc8f6ee0
commit
e9e47f7b9a
|
@ -1,5 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#$Log: autostuff,v $
|
#$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
|
#Revision 1.13 2011/02/09 22:48:53 jpc
|
||||||
#Replace AC_PROG_RANLIB by AC_PROG_LIBTOOL.
|
#Replace AC_PROG_RANLIB by AC_PROG_LIBTOOL.
|
||||||
#
|
#
|
||||||
|
@ -38,6 +41,7 @@ if test "$1" = "clean" ; then
|
||||||
rm -f missing
|
rm -f missing
|
||||||
rm -f install-sh
|
rm -f install-sh
|
||||||
rm -f depcomp
|
rm -f depcomp
|
||||||
|
rm -f ylwrap
|
||||||
rm -f distrib/alliance.spec
|
rm -f distrib/alliance.spec
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue