summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-01-13 15:16:40 +0000
committerRichard Levitte <levitte@openssl.org>2003-01-13 15:16:40 +0000
commit8cbb91c857a042974154e7f8c8147efdf9b65ec8 (patch)
treead8320b1fa2aa61ff8ef2f5b2f30c286a6dbb604 /test
parentaaae0aa48bba839f344bd05f65c8a9e80ddef5d5 (diff)
DJGPP doesn't have DLLs, so skip adding to %PATH% in that environment.
PR: 453
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.ssl3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Makefile.ssl b/test/Makefile.ssl
index c453fb6e85..6d4d6292bc 100644
--- a/test/Makefile.ssl
+++ b/test/Makefile.ssl
@@ -124,8 +124,7 @@ 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)" = "DJGPP" ]; then PATH="$$LIBPATH\;$$PATH"; \
- elif [ "$(PLATFORM)" = "Cygwin" ]; then PATH="$${LIBPATH}:$$PATH"; fi; \
+ if [ "$(PLATFORM)" = "Cygwin" ]; then PATH="$${LIBPATH}:$$PATH"; fi; \
export LD_LIBRARY_PATH DYLD_LIBRARY_PATH SHLIB_PATH LIBPATH PATH
alltests: \