krb5 commit: Fix typo in util/support/Makefile.in

Greg Hudson ghudson at MIT.EDU
Wed Sep 12 15:04:55 EDT 2012


https://github.com/krb5/krb5/commit/59633beb46cbc5f0eb83e9a1aee8814fdfec2067
commit 59633beb46cbc5f0eb83e9a1aee8814fdfec2067
Author: Greg Hudson <ghudson at mit.edu>
Date:   Wed Sep 12 15:04:35 2012 -0400

    Fix typo in util/support/Makefile.in

 src/util/support/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/util/support/Makefile.in b/src/util/support/Makefile.in
index 690a2c3..74baf4b 100644
--- a/src/util/support/Makefile.in
+++ b/src/util/support/Makefile.in
@@ -95,7 +95,7 @@ LIBOBJS= \
 	$(OUTPRE)utf8_conv.$(OBJEXT) \
 	$(OUTPRE)zap.$(OBJEXT) \
 	$(OUTPRE)path.$(OBJEXT) \
-	$(OUTPRE)base64.$(OBJECT) \
+	$(OUTPRE)base64.$(OBJEXT) \
 	$(OUTPRE)json.$(OBJEXT) \
 	$(GETTIMEOFDAY_OBJ) \
 	$(IPC_OBJ) \


More information about the cvs-krb5 mailing list