Correct path for master
authorRichard Levitte <levitte@openssl.org>
Thu, 10 Dec 2015 14:55:58 +0000 (15:55 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 10 Dec 2015 14:55:58 +0000 (15:55 +0100)
Makefile

index 3c3a7afc6ceda3a9203171d9aab702ecde5021ae..c2a245cd4ef5afef0066f681dd3a34aa6238de07 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -120,9 +120,9 @@ news/openssl-1.0.1-notes.inc: $(CHECKOUTS)/openssl-1.0.1-stable/NEWS news/openss
 news/openssl-1.0.2-notes.inc: $(CHECKOUTS)/openssl-1.0.2-stable/NEWS news/openssl-1.0.2-notes.html
        @rm -f $@
        ./bin/mk-notes 1.0.2 < $(CHECKOUTS)/openssl-1.0.2-stable/NEWS > $@
-news/openssl-1.1.0-notes.inc: $(CHECKOUTS)/master/NEWS news/openssl-1.1.0-notes.html
+news/openssl-1.1.0-notes.inc: $(CHECKOUTS)/openssl/NEWS news/openssl-1.1.0-notes.html
        @rm -f $@
-       ./bin/mk-notes 1.1.0 < $(CHECKOUTS)/master/NEWS > $@
+       ./bin/mk-notes 1.1.0 < $(CHECKOUTS)/openssl/NEWS > $@
 
 news/newsflash.inc: news/newsflash.txt
        sed <$? >$@ \