Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Oct 2018 20:49:54 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r339209 - projects/openssl111/secure/lib/libcrypto
Message-ID:  <201810052049.w95KnsGY097248@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Fri Oct  5 20:49:54 2018
New Revision: 339209
URL: https://svnweb.freebsd.org/changeset/base/339209

Log:
  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

Modified:
  projects/openssl111/secure/lib/libcrypto/Makefile

Modified: projects/openssl111/secure/lib/libcrypto/Makefile
==============================================================================
--- projects/openssl111/secure/lib/libcrypto/Makefile	Fri Oct  5 20:35:43 2018	(r339208)
+++ projects/openssl111/secure/lib/libcrypto/Makefile	Fri Oct  5 20:49:54 2018	(r339209)
@@ -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}"; \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810052049.w95KnsGY097248>