build dependencies
authorKen Raeburn <raeburn@mit.edu>
Wed, 5 May 2004 22:37:38 +0000 (22:37 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 5 May 2004 22:37:38 +0000 (22:37 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16313 dc483132-0cff-0310-8789-dd5450dbe970

src/util/support/Makefile.in

index a6fa716f7bb9456c123b9c5c9ff011666ec48825..362fd14bb598a228f07cb75eefb63ecc2fe6a6f5 100644 (file)
@@ -56,8 +56,10 @@ $(BUILDTOP)/include/krb5/autoconf.h: $(SRCTOP)/include/krb5/autoconf.h.in
 # Makefile dependencies follow.  This must be the last section in
 # the Makefile.in file
 #
+threads.so threads.po $(OUTPRE)threads.$(OBJEXT): threads.c $(SRCTOP)/include/k5-thread.h \
+  $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-platform.h
+fake-addrinfo.so fake-addrinfo.po $(OUTPRE)fake-addrinfo.$(OBJEXT): fake-addrinfo.c $(SRCTOP)/include/fake-addrinfo.h \
+  $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h \
+  $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/k5-platform.h \
+  $(SRCTOP)/include/k5-thread.h
 
-
-
-
-# foo