make depend
authorKen Raeburn <raeburn@mit.edu>
Thu, 30 Mar 2006 10:30:24 +0000 (10:30 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 30 Mar 2006 10:30:24 +0000 (10:30 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17809 dc483132-0cff-0310-8789-dd5450dbe970

src/clients/klist/Makefile.in

index 242b11fa42b5c6e07443fd132eccd9c562fc5c15..21a666960f55f87b7032bc3ddc3a949bf2aabfa1 100644 (file)
@@ -33,10 +33,9 @@ install-unix::
 # Makefile dependencies follow.  This must be the last section in
 # the Makefile.in file
 #
-$(OUTPRE)klist.$(OBJEXT): klist.c $(BUILDTOP)/include/krb5.h \
-  $(COM_ERR_DEPS) $(SRCTOP)/include/kerberosIV/krb.h \
+$(OUTPRE)klist.$(OBJEXT): klist.c $(BUILDTOP)/include/autoconf.h \
+  $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(SRCTOP)/include/kerberosIV/krb.h \
   $(SRCTOP)/include/kerberosIV/des.h $(KRB_ERR_H_DEP) \
-  $(BUILDTOP)/include/profile.h $(BUILDTOP)/include/autoconf.h \
-  $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
-  $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
-  $(SRCTOP)/include/fake-addrinfo.h
+  $(BUILDTOP)/include/profile.h $(SRCTOP)/include/port-sockets.h \
+  $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/k5-platform.h \
+  $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/fake-addrinfo.h