Commit afeab58a authored by Geoff Thorpe's avatar Geoff Thorpe
Browse files

Make the "ungunk" logic a little more robust.

parent 744c49a8
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@
# mess has been left in the directory thanks to autoconf, automake, and their
# friends.

if test -f Makefile.plain; then
	if test -f Makefile; then
		make distclean
	rm -f Makefile
	fi

if test -f Makefile.plain; then
	mv Makefile.plain Makefile
else
	make clean
fi

rm -f aclocal.m4 config.* configure install-sh \