Skip to content

Commit

Permalink
Fix a typo introduced in r262209.
Browse files Browse the repository at this point in the history
MFC after:	3 days
  • Loading branch information
juikim committed Jun 18, 2015
1 parent a8ea24e commit 37e1f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kerberos5/lib/libhx509/Makefile
Expand Up @@ -268,7 +268,7 @@ CLEANFILES= ${GEN} ${GEN:S/.x$/.c/:S/.hx$/.h/} ocsp_asn1_files \

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
Expand Down

0 comments on commit 37e1f59

Please sign in to comment.