summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2012-09-12 15:04:35 -0400
committerGreg Hudson <ghudson@mit.edu>2012-09-12 15:04:35 -0400
commit59633beb46cbc5f0eb83e9a1aee8814fdfec2067 (patch)
tree0cc62774a760caf3ebfca6aa52b261bd4d08f997 /src/util
parentb2e7deb7cb2d9c37f00599778f4a102feaf6149d (diff)
downloadkrb5-59633beb46cbc5f0eb83e9a1aee8814fdfec2067.tar.gz
krb5-59633beb46cbc5f0eb83e9a1aee8814fdfec2067.tar.xz
krb5-59633beb46cbc5f0eb83e9a1aee8814fdfec2067.zip
Fix typo in util/support/Makefile.in
Diffstat (limited to 'src/util')
-rw-r--r--src/util/support/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/support/Makefile.in b/src/util/support/Makefile.in
index 690a2c373c..74baf4b37d 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) \