summaryrefslogtreecommitdiffstats
path: root/util/fixNT.sh
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2005-04-27 08:56:15 +0000
committerNils Larsch <nils@openssl.org>2005-04-27 08:56:15 +0000
commitcd202fe2f9d3cd44c361ba56b158ef400a75dc39 (patch)
treeb512873c73e389ce8b82ac090286f611e9958626 /util/fixNT.sh
parent69af4faec187b1e589c0328cea79054469ca06d0 (diff)
downloadopenssl-cd202fe2f9d3cd44c361ba56b158ef400a75dc39.tar.gz
get rid of Makefile.ssl in util/
Diffstat (limited to 'util/fixNT.sh')
-rwxr-xr-xutil/fixNT.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/fixNT.sh b/util/fixNT.sh
index ce4f19299b..ab9e766b86 100755
--- a/util/fixNT.sh
+++ b/util/fixNT.sh
@@ -3,12 +3,12 @@
# clean up the mess that NT makes of my source tree
#
-if [ -f makefile.ssl -a ! -f Makefile.ssl ]; then
- /bin/mv makefile.ssl Makefile.ssl
+if [ -f makefile -a ! -f Makefile ]; then
+ /bin/mv makefile Makefile
fi
chmod +x Configure util/*
echo cleaning
/bin/rm -f `find . -name '*.$$$' -print` 2>/dev/null >/dev/null
echo 'removing those damn ^M'
perl -pi -e 's/\015//' `find . -type 'f' -print |grep -v '.obj$' |grep -v '.der$' |grep -v '.gz'`
-make -f Makefile.ssl links
+make -f Makefile links