提交 afeab58a 编写于 作者: G Geoff Thorpe

Make the "ungunk" logic a little more robust.

上级 744c49a8
......@@ -4,13 +4,13 @@
# mess has been left in the directory thanks to autoconf, automake, and their
# friends.
if test -f Makefile; then
make distclean
rm -f Makefile
fi
if test -f Makefile.plain; then
if test -f Makefile; then
make distclean
fi
mv Makefile.plain Makefile
else
make clean
fi
rm -f aclocal.m4 config.* configure install-sh \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册