Make the "ungunk" logic a little more robust.
This commit is contained in:
parent
744c49a81b
commit
afeab58a3c
1 changed files with 5 additions and 5 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue