summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-04 19:13:43 +0000
committerRichard Levitte <levitte@openssl.org>2002-12-04 19:13:43 +0000
commit578ca7e4cd8148afc2477b15f5f70294127f1483 (patch)
tree0b237d8a27ca0f0582b5f86b9a15f5b91facbb53 /Makefile.org
parent7e8c30b5897fb9fae87e42bf19dca29ca1b0dcac (diff)
Correct a few typos that I introduced after applying DJGPP patches.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org3
1 files changed, 1 insertions, 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