svn commit: r192960 - projects/jbuild/secure/lib/libcrypto

John Birrell jb at FreeBSD.org
Thu May 28 06:23:25 UTC 2009


Author: jb
Date: Thu May 28 06:23:24 2009
New Revision: 192960
URL: http://svn.freebsd.org/changeset/base/192960

Log:
  Fix a parallel build problem

Modified:
  projects/jbuild/secure/lib/libcrypto/Buildfile

Modified: projects/jbuild/secure/lib/libcrypto/Buildfile
==============================================================================
--- projects/jbuild/secure/lib/libcrypto/Buildfile	Thu May 28 05:43:35 2009	(r192959)
+++ projects/jbuild/secure/lib/libcrypto/Buildfile	Thu May 28 06:23:24 2009	(r192960)
@@ -390,8 +390,8 @@ INCS += \
 	ssl_locl.h \
 	tls1.h
 
-SRCS+=	buildinf.h
-INCS+=	opensslconf.h
+GENHDRS += buildinf.h evp.h fips.h fips_rand.h opensslconf.h
+INCS += opensslconf.h
 INCSDIR=	${INCLUDEDIR}/openssl
 
 CSTD=	gnu89


More information about the svn-src-projects mailing list