aboutsummaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-10-05 20:49:54 +0000
committerEd Maste <emaste@FreeBSD.org>2018-10-05 20:49:54 +0000
commitc4cff941344a444687a72b932a40ea71cb1e63dc (patch)
tree2f9dcb1db695533ba6285c421feefe7af64eb3e5 /secure
parent01d4e2149e5566e5d9394913dc9fb032da259e0b (diff)
downloadsrc-c4cff941344a444687a72b932a40ea71cb1e63dc.tar.gz
src-c4cff941344a444687a72b932a40ea71cb1e63dc.zip
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
Notes
Notes: svn path=/projects/openssl111/; revision=339209
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libcrypto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index 564c031930c9..459a16c4b64c 100644
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -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}"; \