summaryrefslogtreecommitdiffstats
path: root/src/util/support/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2008-11-04 01:19:59 +0000
committerKen Raeburn <raeburn@mit.edu>2008-11-04 01:19:59 +0000
commitcf2b08ce3143115c822fddaa8eff35c3f83b38b1 (patch)
treeebbbd0b460e35fe7e9e17b93868523f901add12f /src/util/support/Makefile.in
parent7c2ed62a0a22160ea954f4f2606aee281f76ad2f (diff)
downloadkrb5-cf2b08ce3143115c822fddaa8eff35c3f83b38b1.tar.gz
krb5-cf2b08ce3143115c822fddaa8eff35c3f83b38b1.tar.xz
krb5-cf2b08ce3143115c822fddaa8eff35c3f83b38b1.zip
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
Diffstat (limited to 'src/util/support/Makefile.in')
-rw-r--r--src/util/support/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/support/Makefile.in b/src/util/support/Makefile.in
index b5c74cdd5..3cede4394 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