From afdec73ca5a807fb07297b0db084660f9ed93ccc Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 4 Dec 2002 19:13:49 +0000 Subject: [PATCH] Correct a few typos that I introduced after applying DJGPP patches. --- Makefile.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.org b/Makefile.org index f9a0cbdc51..f534b2ee4a 100644 --- a/Makefile.org +++ b/Makefile.org @@ -594,7 +594,7 @@ dclean: rehash: rehash.time rehash.time: certs - @(OPENSSL="`pwd`/apps/openssl"; OPENSSL_DEBUG_MEMORY=on; + @(OPENSSL="`pwd`/apps/openssl"; OPENSSL_DEBUG_MEMORY=on; \ export OPENSSL OPENSSL_DEBUG_MEMORY; \ LD_LIBRARY_PATH="`pwd`"; DYLD_LIBRARY_PATH="`pwd`"; SHLIB_PATH="`pwd`"; LIBPATH="`pwd`"; \ if [ "$(PLATFORM)" != "Cygwin" ]; then PATH="`pwd`:$$PATH"; fi; \ @@ -613,7 +613,6 @@ tests: rehash if [ "$(PLATFORM)" != "DJGPP" ]; then PATH="`pwd`\;$$PATH"; fi; \ export LD_LIBRARY_PATH DYLD_LIBRARY_PATH SHLIB_PATH LIBPATH PATH; \ apps/openssl version -a -endif report: @$(PERL) util/selftest.pl -- 2.25.1