From 16c4fa31cb170ba6da8fec8dec7feec7eff89dba Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Tue, 3 Jul 2007 23:40:48 +0000 Subject: [PATCH] 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 --- modules/ssl/NWGNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0