From: Guenter Knauf Date: Tue, 3 Jul 2007 23:40:48 +0000 (+0000) Subject: ignore OpenSSL files copy error if files are not present. X-Git-Tag: 2.3.0~1734 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16c4fa31cb170ba6da8fec8dec7feec7eff89dba;p=apache ignore OpenSSL files copy error if files are not present. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@553021 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/NWGNUmakefile b/modules/ssl/NWGNUmakefile index 3091624107..1c824283f4 100644 --- a/modules/ssl/NWGNUmakefile +++ b/modules/ssl/NWGNUmakefile @@ -273,8 +273,8 @@ nlms :: libs $(TARGET_nlm) # install :: nlms FORCE copy $(OBJDIR)\mod_ssl.nlm $(INSTALL)\$(BASEDIR)\modules\*.* - copy $(subst /,\,$(OSSLLIB))\openssl.nlm $(INSTALL)\$(BASEDIR)\bin\*.* - copy $(subst /,\,$(OSSLAPP))\openssl.cnf $(INSTALL)\$(BASEDIR)\bin\*.* + -copy $(subst /,\,$(OSSLLIB))\openssl.nlm $(INSTALL)\$(BASEDIR)\bin\*.* + -copy $(subst /,\,$(OSSLAPP))\openssl.cnf $(INSTALL)\$(BASEDIR)\bin\*.* # # Any specialized rules here