The branch master has been updated
       via  2d24b7d0d03b8986f5f4ef021a7448e30fad9fc4 (commit)
      from  9b88450ea84dc68f1c6b761dfa1e1888a5544e78 (commit)


- Log -----------------------------------------------------------------
commit 2d24b7d0d03b8986f5f4ef021a7448e30fad9fc4
Author: Richard Levitte <levi...@openssl.org>
Date:   Fri Jan 15 19:31:47 2016 +0100

    Consider old 1.1.0 as well

-----------------------------------------------------------------------

Summary of changes:
 Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Makefile b/Makefile
index 6446582..42c8d8d 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,7 @@ SRCLISTS = \
           source/old/1.0.0/index.inc \
           source/old/1.0.1/index.inc \
           source/old/1.0.2/index.inc \
+          source/old/1.1.0/index.inc \
           source/old/fips/index.inc \
 
 all: $(SIMPLE) $(SRCLISTS) manmaster
@@ -153,6 +154,9 @@ source/old/1.0.1/index.inc: $(wildcard 
source/old/1.0.1/*.gz)
 source/old/1.0.2/index.inc: $(wildcard source/old/1.0.2/*.gz)
        @rm -f $@
        ./bin/mk-filelist source/old/1.0.2 '' '*.gz' >$@
+source/old/1.1.0/index.inc: $(wildcard source/old/1.1.0/*.gz)
+       @rm -f $@
+       ./bin/mk-filelist source/old/1.0.2 '' '*.gz' >$@
 source/old/fips/index.inc: $(wildcard source/old/fips/*.gz)
        @rm -f $@
        ./bin/mk-filelist source/old/fips '' '*.gz' >$@
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to