krb5 commit [krb5-1.14]: Clean t_sname_match in lib/krb5/krb

Tom Yu tlyu at mit.edu
Wed Jul 6 16:30:44 EDT 2016


https://github.com/krb5/krb5/commit/aca12a2e529c81c695d000c80ddd265924161e51
commit aca12a2e529c81c695d000c80ddd265924161e51
Author: Tom Yu <tlyu at mit.edu>
Date:   Thu May 26 16:10:49 2016 -0400

    Clean t_sname_match in lib/krb5/krb
    
    Add a missing "$" to t_sname_match$(EXEEXT) in the clean rule in
    lib/krb5/krb/Makefile.in.
    
    (cherry picked from commit f22510adfba274c7302799965453e5d4aae3823a)
    
    ticket: 8415
    version_fixed: 1.14.3

 src/lib/krb5/krb/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/lib/krb5/krb/Makefile.in b/src/lib/krb5/krb/Makefile.in
index ef3e0f5..63b8c9c 100644
--- a/src/lib/krb5/krb/Makefile.in
+++ b/src/lib/krb5/krb/Makefile.in
@@ -503,7 +503,7 @@ clean::
 	$(OUTPRE)t_ad_fx_armor$(EXEEXT) $(OUTPRE)t_ad_fx_armor.$(OBJEXT) \
 	$(OUTPRE)t_vfy_increds$(EXEEXT) $(OUTPRE)t_vfy_increds.$(OBJEXT) \
 	$(OUTPRE)t_response_items$(EXEEXT) \
-	$(OUTPRE)t_response_items.$(OBJEXT) $(OUTPRE)t_sname_match(EXEEXT) \
+	$(OUTPRE)t_response_items.$(OBJEXT) $(OUTPRE)t_sname_match$(EXEEXT) \
 	$(OUTPRE)t_sname_match.$(OBJEXT)
 
 @libobj_frag@


More information about the cvs-krb5 mailing list