svn commit: r339209 - projects/openssl111/secure/lib/libcrypto

Ed Maste emaste at FreeBSD.org
Fri Oct 5 20:49:55 UTC 2018


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}"; \


More information about the svn-src-projects mailing list