summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-02-03 10:19:59 +0000
committerAndy Polyakov <appro@openssl.org>2005-02-03 10:19:59 +0000
commit877dbcb8a0463596f9e51c34f8e59fbfb6e3bc8e (patch)
treed5488ffd5718fc743c974a1aa2733fc2917dc1e0 /test
parent62d27939c2f103654b52a83b17febe968a67ec73 (diff)
Shut whiny make's up.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.ssl b/test/Makefile.ssl
index 202938033b..1e733b3a1a 100644
--- a/test/Makefile.ssl
+++ b/test/Makefile.ssl
@@ -844,7 +844,7 @@ dummytest$(EXE_EXT): dummytest.o $(DLIBCRYPTO)
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
LIBRPATH=$(INSTALLTOP)/lib \
link_app.$${shlib_target}
- @for i in `ls ../*.dll 2>/dev/null`; do cp -p $$i .; done; exit 0
+ @case "../*.dll" in *\**) ;; *) cp -p ../*.dll .;; esac
# DO NOT DELETE THIS LINE -- make depend depends on it.