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:
parent
01d4e2149e
commit
c4cff94134
@ -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}"; \
|
||||
|
Loading…
Reference in New Issue
Block a user