Skip to content

Commit

Permalink
Fix typo that broke 'make clean'
Browse files Browse the repository at this point in the history
Missing $

(cherry picked from commit 28633f1)

ticket: 7826
version_fixed: 1.11.5
status: resolved
  • Loading branch information
tlyu committed Jan 16, 2014
1 parent 693486d commit fcf682e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/krb5/krb/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ clean::
$(OUTPRE)t_pac$(EXEEXT) $(OUTPRE)t_pac.$(OBJEXT) \
$(OUTPRE)t_princ$(EXEEXT) $(OUTPRE)t_princ.$(OBJEXT) \
$(OUTPRE)t_authdata$(EXEEXT) $(OUTPRE)t_authdata.$(OBJEXT) \
$(OUTPRE)t_copy_context(EXEEXT) $(OUTPRE)t_copy_context.$(OBJEXT) \
$(OUTPRE)t_copy_context$(EXEEXT) $(OUTPRE)t_copy_context.$(OBJEXT) \
$(OUTPRE)t_vfy_increds$(EXEEXT) $(OUTPRE)t_vfy_increds.$(OBJEXT) \
$(OUTPRE)t_response_items$(EXEEXT) $(OUTPRE)t_response_items.$(OBJEXT)

Expand Down

0 comments on commit fcf682e

Please sign in to comment.