mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
Revert my commit in r261253; the real problem was tackled in r262209.
This commit is contained in:
parent
1213f0e749
commit
93c4e6d498
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262255
@ -112,10 +112,10 @@ ${GEN_KX509}: kx509.asn1
|
||||
.SUFFIXES: .h .c .x .hx
|
||||
|
||||
.x.c:
|
||||
cmp -s ${.IMPSRC} ${.TARGET} 2> /dev/null || cat ${.IMPSRC} > ${.TARGET}
|
||||
cmp -s ${.IMPSRC} ${.TARGET} 2> /dev/null || cp ${.IMPSRC} ${.TARGET}
|
||||
|
||||
.hx.h:
|
||||
cmp -s ${.IMPSRC} ${.TARGET} 2> /dev/null || cat ${.IMPSRC} > ${.TARGET}
|
||||
cmp -s ${.IMPSRC} ${.TARGET} 2> /dev/null || cp ${.IMPSRC} ${.TARGET}
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
||||
|
@ -46,10 +46,10 @@ ${GEN}: spnego.asn1 spnego.opt
|
||||
.SUFFIXES: .h .c .x .hx
|
||||
|
||||
.x.c:
|
||||
cmp -s ${.IMPSRC} ${.TARGET} 2> /dev/null || cat ${.IMPSRC} > ${.TARGET}
|
||||
cmp -s ${.IMPSRC} ${.TARGET} 2> /dev/null || cp ${.IMPSRC} ${.TARGET}
|
||||
|
||||
.hx.h:
|
||||
cmp -s ${.IMPSRC} ${.TARGET} 2> /dev/null || cat ${.IMPSRC} > ${.TARGET}
|
||||
cmp -s ${.IMPSRC} ${.TARGET} 2> /dev/null || cp ${.IMPSRC} ${.TARGET}
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
||||
|
@ -91,10 +91,10 @@ ${GEN}: hdb.asn1
|
||||
.SUFFIXES: .h .c .x .hx
|
||||
|
||||
.x.c:
|
||||
cmp -s ${.IMPSRC} ${.TARGET} 2> /dev/null || cat ${.IMPSRC} > ${.TARGET}
|
||||
cmp -s ${.IMPSRC} ${.TARGET} 2> /dev/null || cp ${.IMPSRC} ${.TARGET}
|
||||
|
||||
.hx.h:
|
||||
cmp -s ${.IMPSRC} ${.TARGET} 2> /dev/null || cat ${.IMPSRC} > ${.TARGET}
|
||||
cmp -s ${.IMPSRC} ${.TARGET} 2> /dev/null || cp ${.IMPSRC} ${.TARGET}
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
||||
|
@ -286,10 +286,10 @@ ${GEN_CRMF}: crmf.asn1
|
||||
.SUFFIXES: .h .c .x .hx
|
||||
|
||||
.x.c:
|
||||
cmp -s ${.IMPSRC} ${.TARGET} 2> /dev/null || cat ${.IMPSRC} > ${.TARGET}
|
||||
cmp -s ${.IMPSRC} ${.TARGET} 2> /dev/null || cp ${.IMPSRC} ${.TARGET}
|
||||
|
||||
.hx.h:
|
||||
cmp -s ${.IMPSRC} ${.TARGET} 2> /dev/null || cat ${.IMPSRC} > ${.TARGET}
|
||||
cmp -s ${.IMPSRC} ${.TARGET} 2> /dev/null || cp ${.IMPSRC} ${.TARGET}
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user