krb5 commit: Clean t_sname_match in lib/krb5/krb
Tom Yu
tlyu at mit.edu
Thu May 26 17:19:53 EDT 2016
https://github.com/krb5/krb5/commit/f22510adfba274c7302799965453e5d4aae3823a
commit f22510adfba274c7302799965453e5d4aae3823a
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.
ticket: 8415
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