]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix typo in util/support/Makefile.in
authorGreg Hudson <ghudson@mit.edu>
Wed, 12 Sep 2012 19:04:35 +0000 (15:04 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 12 Sep 2012 19:04:35 +0000 (15:04 -0400)
src/util/support/Makefile.in

index 690a2c373c5ed2bb20f6be8e05586b4d635c4c23..74baf4b37deea7a736d62b8779962282f323e414 100644 (file)
@@ -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) \