X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2FMakefile.ssl;h=8fd61bfe54be55cd485a988a017384a3da07f4a8;hp=5f7ec2e500287976692fbb36712f9672161e0b5d;hb=877dbcb8a0463596f9e51c34f8e59fbfb6e3bc8e;hpb=62d27939c2f103654b52a83b17febe968a67ec73 diff --git a/apps/Makefile.ssl b/apps/Makefile.ssl index 5f7ec2e500..8fd61bfe54 100644 --- a/apps/Makefile.ssl +++ b/apps/Makefile.ssl @@ -171,7 +171,7 @@ $(EXE): progs.h $(E_OBJ) $(PROGRAM).o $(DLIBCRYPTO) $(DLIBSSL) 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 -(cd ..; \ OPENSSL="`pwd`/util/opensslwrap.sh"; export OPENSSL; \ $(PERL) tools/c_rehash certs)