]> git.ipfire.org Git - thirdparty/openssl.git/commit
Configurations/unix-Makefile.tmpl: Don't specify headers twice
authorRichard Levitte <levitte@openssl.org>
Tue, 15 Sep 2020 15:40:38 +0000 (17:40 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 16 Sep 2020 16:07:24 +0000 (18:07 +0200)
commit5d942028845b69d761116bb6dfdbee6e095c0d17
tree02ae5314033f9164cfc8d50b06adae7f06c60cf8
parentfc661b50dfedfed1b067782665e0452ed964c22c
Configurations/unix-Makefile.tmpl: Don't specify headers twice

When building in the source tree, a rebuilt Makefile detected both
include/openssl/foo.h.in and include/openssl/foo.h, so promptly added
include/openssl/foo.h twice to the list of headers to parse in 'make
update'

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12882)
Configurations/unix-Makefile.tmpl