Skip to content

Commit

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

(back ported from commit 28633f1)

ticket: 7845
version_fixed: 1.10.8
status: resolved
  • Loading branch information
tlyu committed Jan 23, 2014
1 parent 63edb34 commit 8ed6b0c
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 @@ -468,7 +468,7 @@ clean::
$(OUTPRE)t_princ$(EXEEXT) $(OUTPRE)t_princ.$(OBJEXT) \
$(OUTPRE)t_authdata$(EXEEXT) $(OUTPRE)t_authdata.$(OBJEXT) \
$(OUTPRE)t_vfy_increds$(EXEEXT) $(OUTPRE)t_vfy_increds.$(OBJEXT) \
$(OUTPRE)t_copy_context(EXEEXT) $(OUTPRE)t_copy_context.$(OBJEXT)
$(OUTPRE)t_copy_context$(EXEEXT) $(OUTPRE)t_copy_context.$(OBJEXT)

@libobj_frag@

0 comments on commit 8ed6b0c

Please sign in to comment.