From 578ca7e4cd8148afc2477b15f5f70294127f1483 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 4 Dec 2002 19:13:43 +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 c7d7c09bfa..a5dfd76ab1 100644 --- a/Makefile.org +++ b/Makefile.org @@ -358,7 +358,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; \ @@ -377,7 +377,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.40.0