summaryrefslogtreecommitdiffstats
path: root/src/util/support/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2008-11-03 20:48:04 +0000
committerKen Raeburn <raeburn@mit.edu>2008-11-03 20:48:04 +0000
commitbc701bc49aa16305cb7333f71ec6c7a5162f9b8a (patch)
tree3931d5aa859dee43a860008f9b5cac6a7ec62057 /src/util/support/Makefile.in
parent05ca118e24833244cb7b51da82720448baf12c99 (diff)
downloadkrb5-bc701bc49aa16305cb7333f71ec6c7a5162f9b8a.tar.gz
krb5-bc701bc49aa16305cb7333f71ec6c7a5162f9b8a.tar.xz
krb5-bc701bc49aa16305cb7333f71ec6c7a5162f9b8a.zip
Maybe include printf.o in t_k5buf build
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20959 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/support/Makefile.in')
-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 5ffe4e9ed..b5c74cdd5 100644
--- a/src/util/support/Makefile.in
+++ b/src/util/support/Makefile.in
@@ -121,7 +121,7 @@ libkrb5support.exports: $(srcdir)/libkrb5support-fixed.exports Makefile
##DOS## $(RM) libkrb5support.exports
##DOS## $(MV) new-exports libkrb5support.exports
-T_K5BUF_OBJS= t_k5buf.o k5buf.o
+T_K5BUF_OBJS= t_k5buf.o k5buf.o $(PRINTF_ST_OBJ)
t_k5buf: $(T_K5BUF_OBJS)
$(CC_LINK) -o t_k5buf $(T_K5BUF_OBJS)