From bc701bc49aa16305cb7333f71ec6c7a5162f9b8a Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Mon, 3 Nov 2008 20:48:04 +0000 Subject: [PATCH] Maybe include printf.o in t_k5buf build git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20959 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/support/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.26.2