From: Ken Raeburn Date: Mon, 3 Nov 2008 20:48:04 +0000 (+0000) Subject: Maybe include printf.o in t_k5buf build X-Git-Tag: krb5-1.7-alpha1~235 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bc701bc49aa16305cb7333f71ec6c7a5162f9b8a;p=krb5.git Maybe include printf.o in t_k5buf build git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20959 dc483132-0cff-0310-8789-dd5450dbe970 --- 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)