libcrypto: have buildinf.h depend on Makefile

So that it will be regenerated after Makefile changes affecting the
file's content - specifically, the OpenSSL 1.1.1 update adds a DATE
macro which did not exist previously.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2018-10-05 20:49:54 +00:00
parent 01d4e2149e
commit c4cff94134
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/openssl111/; revision=339209

View File

@ -430,7 +430,7 @@ SRCS+= buildinf.h
CLEANDIRS= openssl
CLEANFILES= buildinf.h opensslconf.h opensslconf.h.tmp
buildinf.h:
buildinf.h: Makefile
( echo "/*"; \
echo " * WARNING: do not edit!"; \
echo " * Generated by ${.ALLSRC}"; \