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

Tom Yu tlyu at mit.edu
Wed Jul 6 16:32:57 EDT 2016


https://github.com/krb5/krb5/commit/3132229302a7526b94e8b272086623e981a93249
commit 3132229302a7526b94e8b272086623e981a93249
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.13.6
    tags: -pullup
    status: resolved

 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 84e721d..94b2c03 100644
--- a/src/lib/krb5/krb/Makefile.in
+++ b/src/lib/krb5/krb/Makefile.in
@@ -504,7 +504,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