svn commit: r284700 - stable/10/kerberos5/lib/libhx509

Jung-uk Kim jkim at FreeBSD.org
Mon Jun 22 16:24:28 UTC 2015


Author: jkim
Date: Mon Jun 22 16:24:27 2015
New Revision: 284700
URL: https://svnweb.freebsd.org/changeset/base/284700

Log:
  MFC:	r284578
  
  Fix a typo.

Modified:
  stable/10/kerberos5/lib/libhx509/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/kerberos5/lib/libhx509/Makefile
==============================================================================
--- stable/10/kerberos5/lib/libhx509/Makefile	Mon Jun 22 16:13:17 2015	(r284699)
+++ stable/10/kerberos5/lib/libhx509/Makefile	Mon Jun 22 16:24:27 2015	(r284700)
@@ -269,7 +269,7 @@ CLEANFILES= ${GEN} ${GEN:S/.x$/.c/:S/.hx
 
 INCS+=	ocsp_asn1.h pkcs10_asn1.h crmf_asn1.h
 
-.ORDER: ${GEN_OSCP}
+.ORDER: ${GEN_OCSP}
 ${GEN_OCSP}: ocsp.asn1 ocsp.opt
 	${ASN1_COMPILE} --option-file=${.ALLSRC:M*.opt} \
 	 ${.ALLSRC:M*.asn1} ocsp_asn1


More information about the svn-src-all mailing list