aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-06-26 17:47:44 +0000
committerAndy Polyakov <appro@openssl.org>2005-06-26 17:47:44 +0000
commit2f3c39bc623bf198a7f8c54efe08595750e5b846 (patch)
tree83270a7cd5b276e0b247504b6d976621dfbbf02e /apps/Makefile
parentc5de8b2a27e5f8be39673095ad033fe8b4f1894c (diff)
downloadopenssl-2f3c39bc623bf198a7f8c54efe08595750e5b846.tar.gz
Minor (final?) Makefiles polish.
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 4bd2646520..fc4d69d027 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -162,7 +162,6 @@ $(EXE): progs.h $(E_OBJ) $(PROGRAM).o $(DLIBCRYPTO) $(DLIBSSL)
APPNAME=$(EXE) OBJECTS="$(PROGRAM).o $(E_OBJ)" \
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
link_app.$${shlib_target}
- @case "../*.dll" in *\**) ;; *) cp -p ../*.dll .;; esac
-(cd ..; \
OPENSSL="`pwd`/util/opensslwrap.sh"; export OPENSSL; \
$(PERL) tools/c_rehash certs)