Add a few more target platforms, to see how well the shared library
[openssl.git] / demos / tunala / autoungunk.sh
index 14d10790fd871989a037f36e43bcc8f73891a3fb..0c9123b6cfbc3ac69798580bc25a2c5a396766c8 100755 (executable)
@@ -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 \