From cf2b08ce3143115c822fddaa8eff35c3f83b38b1 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 4 Nov 2008 01:19:59 +0000 Subject: Don't build dependencies for v4rcp.c. Rebuild dependencies for k5-buf.h, and without krb4 support. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20964 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/support/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/util/support') diff --git a/src/util/support/Makefile.in b/src/util/support/Makefile.in index b5c74cdd54..3cede43944 100644 --- a/src/util/support/Makefile.in +++ b/src/util/support/Makefile.in @@ -166,9 +166,9 @@ fake-addrinfo.so fake-addrinfo.po $(OUTPRE)fake-addrinfo.$(OBJEXT): \ $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \ $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \ cache-addrinfo.h fake-addrinfo.c supp-int.h -strlcpy.so strlcpy.po $(OUTPRE)strlcpy.$(OBJEXT): \ - $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/k5-platform.h \ - $(SRCTOP)/include/k5-thread.h strlcpy.c +strlcpy.so strlcpy.po $(OUTPRE)strlcpy.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \ + $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \ + strlcpy.c printf.so printf.po $(OUTPRE)printf.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \ $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \ printf.c -- cgit