]> granicus.if.org Git - apache/commitdiff
ignore OpenSSL files copy error if files are not present.
authorGuenter Knauf <fuankg@apache.org>
Tue, 3 Jul 2007 23:40:48 +0000 (23:40 +0000)
committerGuenter Knauf <fuankg@apache.org>
Tue, 3 Jul 2007 23:40:48 +0000 (23:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@553021 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/NWGNUmakefile

index 309162410727d7e95e0cf4e0b26bf1843d204f87..1c824283f4c21efd7992590bf9988af6a1dd5a20 100644 (file)
@@ -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