Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 2009 06:23:24 +0000 (UTC)
From:      John Birrell <jb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r192960 - projects/jbuild/secure/lib/libcrypto
Message-ID:  <200905280623.n4S6NOjf025198@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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