diff options
Diffstat (limited to 'crypto/openssl/demos/tunala/autoungunk.sh')
-rwxr-xr-x | crypto/openssl/demos/tunala/autoungunk.sh | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/crypto/openssl/demos/tunala/autoungunk.sh b/crypto/openssl/demos/tunala/autoungunk.sh deleted file mode 100755 index 14d10790fd87..000000000000 --- a/crypto/openssl/demos/tunala/autoungunk.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -# This script tries to clean up as much as is possible from whatever diabolical -# 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 - mv Makefile.plain Makefile -fi - -rm -f aclocal.m4 config.* configure install-sh \ - missing mkinstalldirs stamp-h.* Makefile.in \ - ltconfig ltmain.sh |