]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Remove unneeded dependency of '.o: .h' that bsd.prog.mk already handles.
authorbdrewery <bdrewery@FreeBSD.org>
Thu, 24 Sep 2015 23:23:58 +0000 (23:23 +0000)
committerbdrewery <bdrewery@FreeBSD.org>
Thu, 24 Sep 2015 23:23:58 +0000 (23:23 +0000)
MFC after: 2 weeks
X-MFC-With: r288198
Sponsored by: EMC / Isilon Storage Division

kerberos5/libexec/kdigest/Makefile
kerberos5/usr.bin/hxtool/Makefile
kerberos5/usr.bin/kadmin/Makefile
kerberos5/usr.bin/kcc/Makefile
kerberos5/usr.sbin/iprop-log/Makefile

index 398443ce644b6f2c00bb86f40424f5c314bb2ebd..5f3fb245064692704dcf10d8c33b3d609ca1503e 100644 (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>
 
index 4a7b102e6442743d9f4ffe3533c434eadd08c395..af85a446928a3db673de518a4755e0f9b28aae12 100644 (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>
 
index c45d27365d0b360f616344619e0ff6a659595716..e7aff44c2230311a91426920325bd1bf18edcadc 100644 (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
 
index e378ee36f9756f540bda98e8b4b7de5594e5ade8..7c4b7ab3962a337718cbfb9be99ea7ff87fbe726 100644 (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>
 
index bdcd6b94327926d0ce0c7b0ea16c0d3d35cdc5b9..1f71f9b2a400505c32735a293f222d660dcd11d2 100644 (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>