Remove unneeded dependency of '.o: .h' that bsd.prog.mk already handles.
MFC after: 2 weeks X-MFC-With: r288198 Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
660d1f65bb
commit
8727aeb472
@ -15,9 +15,7 @@ CLEANFILES= kdigest-commands.h kdigest-commands.c
|
|||||||
kdigest-commands.h: kdigest-commands.in
|
kdigest-commands.h: kdigest-commands.in
|
||||||
${SLC} ${.ALLSRC:M*.in}
|
${SLC} ${.ALLSRC:M*.in}
|
||||||
|
|
||||||
.for ext in c o
|
kdigest-commands.c: kdigest-commands.h
|
||||||
kdigest-commands.${ext}: kdigest-commands.h
|
|
||||||
.endfor
|
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
|
||||||
|
@ -14,9 +14,7 @@ CLEANFILES= hxtool-commands.h hxtool-commands.c
|
|||||||
hxtool-commands.h: hxtool-commands.in
|
hxtool-commands.h: hxtool-commands.in
|
||||||
${SLC} ${.ALLSRC:M*.in}
|
${SLC} ${.ALLSRC:M*.in}
|
||||||
|
|
||||||
.for ext in c o
|
hxtool-commands.c: hxtool-commands.h
|
||||||
hxtool-commands.${ext}: hxtool-commands.h
|
|
||||||
.endfor
|
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
|
||||||
|
@ -38,9 +38,7 @@ CLEANFILES= kadmin-commands.h kadmin-commands.c
|
|||||||
kadmin-commands.h: ${KRB5DIR}/kadmin/kadmin-commands.in
|
kadmin-commands.h: ${KRB5DIR}/kadmin/kadmin-commands.in
|
||||||
${SLC} ${.ALLSRC:M*.in}
|
${SLC} ${.ALLSRC:M*.in}
|
||||||
|
|
||||||
.for ext in o c
|
kadmin-commands.c: kadmin-commands.h
|
||||||
kadmin-commands.${ext}: kadmin-commands.h
|
|
||||||
.endfor
|
|
||||||
|
|
||||||
.PATH: ${KRB5DIR}/kadmin
|
.PATH: ${KRB5DIR}/kadmin
|
||||||
|
|
||||||
|
@ -21,9 +21,7 @@ CLEANFILES= kcc-commands.h kcc-commands.c
|
|||||||
kcc-commands.h: kcc-commands.in
|
kcc-commands.h: kcc-commands.in
|
||||||
${SLC} ${.ALLSRC:M*.in}
|
${SLC} ${.ALLSRC:M*.in}
|
||||||
|
|
||||||
.for ext in c o
|
kcc-commands.c: kcc-commands.h
|
||||||
kcc-commands.${ext}: kcc-commands.h
|
|
||||||
.endfor
|
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
|
||||||
|
@ -16,9 +16,7 @@ CLEANFILES= iprop-commands.h iprop-commands.c
|
|||||||
iprop-commands.h: iprop-commands.in
|
iprop-commands.h: iprop-commands.in
|
||||||
${SLC} ${.ALLSRC:M*.in}
|
${SLC} ${.ALLSRC:M*.in}
|
||||||
|
|
||||||
.for ext in c o
|
iprop-commands.c: iprop-commands.h
|
||||||
iprop-commands.${ext}: iprop-commands.h
|
|
||||||
.endfor
|
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user