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:
Bryan Drewery 2015-09-24 23:23:58 +00:00
parent 660d1f65bb
commit 8727aeb472
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288200
5 changed files with 5 additions and 15 deletions

View file

@ -15,9 +15,7 @@ CLEANFILES= kdigest-commands.h kdigest-commands.c
kdigest-commands.h: kdigest-commands.in
${SLC} ${.ALLSRC:M*.in}
.for ext in c o
kdigest-commands.${ext}: kdigest-commands.h
.endfor
kdigest-commands.c: kdigest-commands.h
.include <bsd.prog.mk>

View file

@ -14,9 +14,7 @@ CLEANFILES= hxtool-commands.h hxtool-commands.c
hxtool-commands.h: hxtool-commands.in
${SLC} ${.ALLSRC:M*.in}
.for ext in c o
hxtool-commands.${ext}: hxtool-commands.h
.endfor
hxtool-commands.c: hxtool-commands.h
.include <bsd.prog.mk>

View file

@ -38,9 +38,7 @@ CLEANFILES= kadmin-commands.h kadmin-commands.c
kadmin-commands.h: ${KRB5DIR}/kadmin/kadmin-commands.in
${SLC} ${.ALLSRC:M*.in}
.for ext in o c
kadmin-commands.${ext}: kadmin-commands.h
.endfor
kadmin-commands.c: kadmin-commands.h
.PATH: ${KRB5DIR}/kadmin

View file

@ -21,9 +21,7 @@ CLEANFILES= kcc-commands.h kcc-commands.c
kcc-commands.h: kcc-commands.in
${SLC} ${.ALLSRC:M*.in}
.for ext in c o
kcc-commands.${ext}: kcc-commands.h
.endfor
kcc-commands.c: kcc-commands.h
.include <bsd.prog.mk>

View file

@ -16,9 +16,7 @@ CLEANFILES= iprop-commands.h iprop-commands.c
iprop-commands.h: iprop-commands.in
${SLC} ${.ALLSRC:M*.in}
.for ext in c o
iprop-commands.${ext}: iprop-commands.h
.endfor
iprop-commands.c: iprop-commands.h
.include <bsd.prog.mk>