summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-05 20:50:25 +0000
committerRichard Levitte <levitte@openssl.org>2002-12-05 20:50:25 +0000
commitf68bb3c51f91a78c907d83bd562dcb758877630a (patch)
tree0d39006e5e814e7ae74ca308f59d326d92959826 /test
parent6d4ac67ac1d1a8167fabf222d7f035784f2e6817 (diff)
Corrected DJGPP patch
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.ssl4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.ssl b/test/Makefile.ssl
index 82339589c0..ff2a12d49b 100644
--- a/test/Makefile.ssl
+++ b/test/Makefile.ssl
@@ -124,8 +124,8 @@ apps:
@(cd ..; $(MAKE) DIRS=apps all)
SET_SO_PATHS=LIBPATH="`cd ..; pwd`"; LD_LIBRARY_PATH="$$LIBPATH"; DYLD_LIBRARY_PATH="$$LIBPATH"; SHLIB_PATH="$$LIBPATH"; \
- if [ "$(PLATFORM)" != "Cygwin" ]; then PATH="$$LIBPATH:$$PATH"; fi; \
- if [ "$(PLATFORM)" != "DJGPP" ]; then PATH="`pwd`\;$$PATH"; fi; \
+ if [ "$(PLATFORM)" == "DJGPP" ]; then PATH="$$LIBPATH\;$$PATH"; \
+ elif [ "$(PLATFORM)" != "Cygwin" ]; then PATH="$$LIBPATH:$$PATH"; fi; \
export LD_LIBRARY_PATH DYLD_LIBRARY_PATH SHLIB_PATH LIBPATH PATH
alltests: \