diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2005-06-21 00:45:08 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2005-06-21 00:45:08 +0000 |
| commit | f4aaa29ac68e3dd5a2ae326cd54918c7250558e9 (patch) | |
| tree | 65cefc7182812af1c51d4ab36bec8aeefdc064e7 /src/util | |
| parent | 5334113c0635a75e6c59e34348d80dc817782beb (diff) | |
| download | krb5-f4aaa29ac68e3dd5a2ae326cd54918c7250558e9.tar.gz krb5-f4aaa29ac68e3dd5a2ae326cd54918c7250558e9.tar.xz krb5-f4aaa29ac68e3dd5a2ae326cd54918c7250558e9.zip | |
Update dependencies
N.B.: The version of gcc used this time ("gcc version 3.4.3 20041212
(Red Hat 3.4.3-9.EL4)") seems to emit some duplicate dependencies --
some header files get listed twice. This is annoying but shouldn't
cause any harm....
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17256 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/et/Makefile.in | 3 | ||||
| -rw-r--r-- | src/util/profile/Makefile.in | 24 | ||||
| -rw-r--r-- | src/util/pty/Makefile.in | 52 | ||||
| -rw-r--r-- | src/util/ss/Makefile.in | 3 | ||||
| -rw-r--r-- | src/util/support/Makefile.in | 19 |
5 files changed, 60 insertions, 41 deletions
diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in index b5baa191f..6b5d5ca66 100644 --- a/src/util/et/Makefile.in +++ b/src/util/et/Makefile.in @@ -253,7 +253,8 @@ depend:: et_lex.lex.c error_message.so error_message.po $(OUTPRE)error_message.$(OBJEXT): \ error_message.c $(BUILDTOP)/include/krb5/autoconf.h \ com_err.h error_table.h $(SRCTOP)/include/k5-thread.h \ - $(SRCTOP)/include/k5-platform.h + $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-platform.h \ + $(SRCTOP)/include/k5-thread.h et_name.so et_name.po $(OUTPRE)et_name.$(OBJEXT): et_name.c \ com_err.h error_table.h $(SRCTOP)/include/k5-thread.h \ $(BUILDTOP)/include/krb5/autoconf.h diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in index 067007d84..7df9247bc 100644 --- a/src/util/profile/Makefile.in +++ b/src/util/profile/Makefile.in @@ -158,34 +158,42 @@ check-windows:: $(OUTPRE)test_profile.exe $(OUTPRE)test_parse.exe prof_tree.so prof_tree.po $(OUTPRE)prof_tree.$(OBJEXT): \ prof_tree.c prof_int.h $(SRCTOP)/include/k5-thread.h \ $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-platform.h \ - $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h + $(SRCTOP)/include/k5-thread.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \ + $(COM_ERR_DEPS) prof_file.so prof_file.po $(OUTPRE)prof_file.$(OBJEXT): \ prof_file.c prof_int.h $(SRCTOP)/include/k5-thread.h \ $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-platform.h \ - $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h + $(SRCTOP)/include/k5-thread.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \ + $(COM_ERR_DEPS) prof_parse.so prof_parse.po $(OUTPRE)prof_parse.$(OBJEXT): \ prof_parse.c prof_int.h $(SRCTOP)/include/k5-thread.h \ $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-platform.h \ - $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h + $(SRCTOP)/include/k5-thread.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \ + $(COM_ERR_DEPS) prof_get.so prof_get.po $(OUTPRE)prof_get.$(OBJEXT): \ prof_get.c prof_int.h $(SRCTOP)/include/k5-thread.h \ $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-platform.h \ - $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h + $(SRCTOP)/include/k5-thread.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \ + $(COM_ERR_DEPS) prof_set.so prof_set.po $(OUTPRE)prof_set.$(OBJEXT): \ prof_set.c prof_int.h $(SRCTOP)/include/k5-thread.h \ $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-platform.h \ - $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h + $(SRCTOP)/include/k5-thread.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \ + $(COM_ERR_DEPS) prof_err.so prof_err.po $(OUTPRE)prof_err.$(OBJEXT): \ prof_err.c $(COM_ERR_DEPS) prof_init.so prof_init.po $(OUTPRE)prof_init.$(OBJEXT): \ prof_init.c prof_int.h $(SRCTOP)/include/k5-thread.h \ $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-platform.h \ - $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h + $(SRCTOP)/include/k5-thread.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \ + $(COM_ERR_DEPS) test_parse.so test_parse.po $(OUTPRE)test_parse.$(OBJEXT): \ test_parse.c prof_int.h $(SRCTOP)/include/k5-thread.h \ $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-platform.h \ - $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h + $(SRCTOP)/include/k5-thread.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \ + $(COM_ERR_DEPS) test_profile.so test_profile.po $(OUTPRE)test_profile.$(OBJEXT): \ test_profile.c prof_int.h $(SRCTOP)/include/k5-thread.h \ $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-platform.h \ - $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h argv_parse.h + $(SRCTOP)/include/k5-thread.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \ + $(COM_ERR_DEPS) argv_parse.h diff --git a/src/util/pty/Makefile.in b/src/util/pty/Makefile.in index 0e8f394c8..bdaf9420b 100644 --- a/src/util/pty/Makefile.in +++ b/src/util/pty/Makefile.in @@ -118,40 +118,42 @@ $(BUILDTOP)/include/krb5/autoconf.h: $(SRCTOP)/include/krb5/autoconf.h.in pty_err.so pty_err.po $(OUTPRE)pty_err.$(OBJEXT): pty_err.c \ $(COM_ERR_DEPS) cleanup.so cleanup.po $(OUTPRE)cleanup.$(OBJEXT): cleanup.c \ - $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h $(SRCTOP)/include/port-sockets.h \ - $(BUILDTOP)/include/krb5/autoconf.h + $(COM_ERR_DEPS) libpty.h pty-int.h ./pty_err.h $(COM_ERR_DEPS) \ + $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h getpty.so getpty.po $(OUTPRE)getpty.$(OBJEXT): getpty.c \ - $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h $(SRCTOP)/include/port-sockets.h \ - $(BUILDTOP)/include/krb5/autoconf.h -init_slave.so init_slave.po $(OUTPRE)init_slave.$(OBJEXT): \ - init_slave.c $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h \ + $(COM_ERR_DEPS) libpty.h pty-int.h ./pty_err.h $(COM_ERR_DEPS) \ $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h +init_slave.so init_slave.po $(OUTPRE)init_slave.$(OBJEXT): \ + init_slave.c $(COM_ERR_DEPS) libpty.h pty-int.h ./pty_err.h \ + $(COM_ERR_DEPS) $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h open_ctty.so open_ctty.po $(OUTPRE)open_ctty.$(OBJEXT): \ - open_ctty.c $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h \ - $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h + open_ctty.c $(COM_ERR_DEPS) libpty.h pty-int.h ./pty_err.h \ + $(COM_ERR_DEPS) $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h open_slave.so open_slave.po $(OUTPRE)open_slave.$(OBJEXT): \ - open_slave.c $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h \ - $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h + open_slave.c $(COM_ERR_DEPS) libpty.h pty-int.h ./pty_err.h \ + $(COM_ERR_DEPS) $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h update_utmp.so update_utmp.po $(OUTPRE)update_utmp.$(OBJEXT): \ - update_utmp.c $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h \ - $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h + update_utmp.c $(COM_ERR_DEPS) libpty.h pty-int.h ./pty_err.h \ + $(COM_ERR_DEPS) $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h update_wtmp.so update_wtmp.po $(OUTPRE)update_wtmp.$(OBJEXT): \ - update_wtmp.c $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h \ - $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h + update_wtmp.c $(COM_ERR_DEPS) libpty.h pty-int.h ./pty_err.h \ + $(COM_ERR_DEPS) $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h vhangup.so vhangup.po $(OUTPRE)vhangup.$(OBJEXT): vhangup.c \ - $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h $(SRCTOP)/include/port-sockets.h \ - $(BUILDTOP)/include/krb5/autoconf.h -void_assoc.so void_assoc.po $(OUTPRE)void_assoc.$(OBJEXT): \ - void_assoc.c $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h \ + $(COM_ERR_DEPS) libpty.h pty-int.h ./pty_err.h $(COM_ERR_DEPS) \ $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h +void_assoc.so void_assoc.po $(OUTPRE)void_assoc.$(OBJEXT): \ + void_assoc.c $(COM_ERR_DEPS) libpty.h pty-int.h ./pty_err.h \ + $(COM_ERR_DEPS) $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h logwtmp.so logwtmp.po $(OUTPRE)logwtmp.$(OBJEXT): logwtmp.c \ - $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h $(SRCTOP)/include/port-sockets.h \ - $(BUILDTOP)/include/krb5/autoconf.h + $(COM_ERR_DEPS) libpty.h pty-int.h ./pty_err.h $(COM_ERR_DEPS) \ + $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h init.so init.po $(OUTPRE)init.$(OBJEXT): init.c $(COM_ERR_DEPS) \ - libpty.h pty-int.h pty_err.h $(SRCTOP)/include/port-sockets.h \ + libpty.h pty-int.h ./pty_err.h $(COM_ERR_DEPS) $(SRCTOP)/include/port-sockets.h \ $(BUILDTOP)/include/krb5/autoconf.h sane_hostname.so sane_hostname.po $(OUTPRE)sane_hostname.$(OBJEXT): \ - sane_hostname.c $(COM_ERR_DEPS) pty-int.h pty_err.h \ - $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h \ - libpty.h $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/k5-platform.h \ - $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/fake-addrinfo.h + sane_hostname.c $(COM_ERR_DEPS) pty-int.h ./pty_err.h \ + $(COM_ERR_DEPS) $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h \ + libpty.h $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/port-sockets.h \ + $(SRCTOP)/include/k5-platform.h $(BUILDTOP)/include/krb5/autoconf.h \ + $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/fake-addrinfo.h \ + $(SRCTOP)/include/socket-utils.h diff --git a/src/util/ss/Makefile.in b/src/util/ss/Makefile.in index 97693a9e6..f578f2038 100644 --- a/src/util/ss/Makefile.in +++ b/src/util/ss/Makefile.in @@ -187,7 +187,8 @@ parse.so parse.po $(OUTPRE)parse.$(OBJEXT): parse.c \ ss_internal.h ss.h $(BUILDTOP)/include/ss/ss_err.h \ $(COM_ERR_DEPS) copyright.h error.so error.po $(OUTPRE)error.$(OBJEXT): error.c \ - copyright.h $(COM_ERR_DEPS) ss_internal.h ss.h $(BUILDTOP)/include/ss/ss_err.h + copyright.h $(COM_ERR_DEPS) ss_internal.h ss.h $(BUILDTOP)/include/ss/ss_err.h \ + $(COM_ERR_DEPS) prompt.so prompt.po $(OUTPRE)prompt.$(OBJEXT): prompt.c \ copyright.h ss_internal.h ss.h $(BUILDTOP)/include/ss/ss_err.h \ $(COM_ERR_DEPS) diff --git a/src/util/support/Makefile.in b/src/util/support/Makefile.in index 5a8fcff16..b44704513 100644 --- a/src/util/support/Makefile.in +++ b/src/util/support/Makefile.in @@ -72,15 +72,22 @@ $(BUILDTOP)/include/krb5/autoconf.h: $(SRCTOP)/include/krb5/autoconf.h.in # threads.so threads.po $(OUTPRE)threads.$(OBJEXT): threads.c \ $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5/autoconf.h \ - $(SRCTOP)/include/k5-platform.h cache-addrinfo.h $(SRCTOP)/include/port-sockets.h \ - $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/fake-addrinfo.h + $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \ + cache-addrinfo.h $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h \ + $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/port-sockets.h \ + $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/fake-addrinfo.h \ + $(SRCTOP)/include/socket-utils.h init-addrinfo.so init-addrinfo.po $(OUTPRE)init-addrinfo.$(OBJEXT): \ init-addrinfo.c $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h \ - $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/k5-platform.h \ + $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/port-sockets.h \ + $(SRCTOP)/include/k5-platform.h $(BUILDTOP)/include/krb5/autoconf.h \ + $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/k5-platform.h \ $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/fake-addrinfo.h \ - cache-addrinfo.h + $(SRCTOP)/include/socket-utils.h cache-addrinfo.h fake-addrinfo.so fake-addrinfo.po $(OUTPRE)fake-addrinfo.$(OBJEXT): \ fake-addrinfo.c $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h \ - $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/k5-platform.h \ + $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/port-sockets.h \ + $(SRCTOP)/include/k5-platform.h $(BUILDTOP)/include/krb5/autoconf.h \ + $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/k5-platform.h \ $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/fake-addrinfo.h \ - cache-addrinfo.h + $(SRCTOP)/include/socket-utils.h cache-addrinfo.h |
