- rm -rf autom4te.cache - it's a directory

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@766 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
okir 2002-12-10 14:31:08 +00:00
parent dc06b5f702
commit 3acb5728de
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ set -x
if test -f Makefile; then
make distclean
fi
rm -f *.cache *.status *.log *.m4
rm -rf *.cache *.status *.log *.m4
cat aclocal/*.m4 > acinclude.m4
aclocal
libtoolize --copy --force --automake