summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-03-31 01:24:29 +0000
committerKen Raeburn <raeburn@mit.edu>2006-03-31 01:24:29 +0000
commita27d828c8798244dad5b82f5111e2ce5e450c40d (patch)
tree0634794267a7cd88b5b9a37c21d26f4c9e5ae87a /src/util
parent3509d03f75fa60408bad2109ca17425e20cad539 (diff)
downloadkrb5-a27d828c8798244dad5b82f5111e2ce5e450c40d.tar.gz
krb5-a27d828c8798244dad5b82f5111e2ce5e450c40d.tar.xz
krb5-a27d828c8798244dad5b82f5111e2ce5e450c40d.zip
make depend, now with dependency sorting
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17811 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
-rw-r--r--src/util/et/Makefile.in16
-rw-r--r--src/util/profile/Makefile.in50
-rw-r--r--src/util/pty/Makefile.in66
-rw-r--r--src/util/ss/Makefile.in92
-rw-r--r--src/util/support/Makefile.in30
5 files changed, 126 insertions, 128 deletions
diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in
index 1c7eafe17..ee04f111d 100644
--- a/src/util/et/Makefile.in
+++ b/src/util/et/Makefile.in
@@ -253,11 +253,11 @@ depend:: et_lex.lex.c
# the Makefile.in file
#
error_message.so error_message.po $(OUTPRE)error_message.$(OBJEXT): \
- error_message.c $(BUILDTOP)/include/autoconf.h com_err.h \
- error_table.h $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/k5-platform.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/autoconf.h
-com_err.so com_err.po $(OUTPRE)com_err.$(OBJEXT): com_err.c \
- com_err.h error_table.h $(SRCTOP)/include/k5-thread.h \
- $(BUILDTOP)/include/autoconf.h
+ $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/k5-platform.h \
+ $(SRCTOP)/include/k5-thread.h com_err.h error_message.c \
+ error_table.h
+et_name.so et_name.po $(OUTPRE)et_name.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
+ $(SRCTOP)/include/k5-thread.h com_err.h error_table.h \
+ et_name.c
+com_err.so com_err.po $(OUTPRE)com_err.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
+ $(SRCTOP)/include/k5-thread.h com_err.c com_err.h error_table.h
diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in
index a80beb481..920df9f97 100644
--- a/src/util/profile/Makefile.in
+++ b/src/util/profile/Makefile.in
@@ -158,36 +158,36 @@ check-windows:: $(OUTPRE)test_profile.exe $(OUTPRE)test_parse.exe
# the Makefile.in file
#
prof_tree.so prof_tree.po $(OUTPRE)prof_tree.$(OBJEXT): \
- prof_tree.c prof_int.h $(SRCTOP)/include/k5-thread.h \
- $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/k5-platform.h \
- $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h
+ $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/profile.h \
+ $(COM_ERR_DEPS) $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
+ prof_int.h prof_tree.c
prof_file.so prof_file.po $(OUTPRE)prof_file.$(OBJEXT): \
- prof_file.c prof_int.h $(SRCTOP)/include/k5-thread.h \
- $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/k5-platform.h \
- $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h
+ $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/profile.h \
+ $(COM_ERR_DEPS) $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
+ prof_file.c prof_int.h
prof_parse.so prof_parse.po $(OUTPRE)prof_parse.$(OBJEXT): \
- prof_parse.c prof_int.h $(SRCTOP)/include/k5-thread.h \
- $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/k5-platform.h \
- $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h
+ $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/profile.h \
+ $(COM_ERR_DEPS) $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
+ prof_int.h prof_parse.c
prof_get.so prof_get.po $(OUTPRE)prof_get.$(OBJEXT): \
- prof_get.c prof_int.h $(SRCTOP)/include/k5-thread.h \
- $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/k5-platform.h \
- $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h
+ $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/profile.h \
+ $(COM_ERR_DEPS) $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
+ prof_get.c prof_int.h
prof_set.so prof_set.po $(OUTPRE)prof_set.$(OBJEXT): \
- prof_set.c prof_int.h $(SRCTOP)/include/k5-thread.h \
- $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/k5-platform.h \
- $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h
+ $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/profile.h \
+ $(COM_ERR_DEPS) $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
+ prof_int.h prof_set.c
prof_err.so prof_err.po $(OUTPRE)prof_err.$(OBJEXT): \
- prof_err.c $(COM_ERR_DEPS)
+ $(COM_ERR_DEPS) prof_err.c
prof_init.so prof_init.po $(OUTPRE)prof_init.$(OBJEXT): \
- prof_init.c prof_int.h $(SRCTOP)/include/k5-thread.h \
- $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/k5-platform.h \
- $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h
+ $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/profile.h \
+ $(COM_ERR_DEPS) $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
+ prof_init.c prof_int.h
test_parse.so test_parse.po $(OUTPRE)test_parse.$(OBJEXT): \
- test_parse.c prof_int.h $(SRCTOP)/include/k5-thread.h \
- $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/k5-platform.h \
- $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h
+ $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/profile.h \
+ $(COM_ERR_DEPS) $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
+ prof_int.h test_parse.c
test_profile.so test_profile.po $(OUTPRE)test_profile.$(OBJEXT): \
- test_profile.c prof_int.h $(SRCTOP)/include/k5-thread.h \
- $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/k5-platform.h \
- $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h argv_parse.h
+ $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/profile.h \
+ $(COM_ERR_DEPS) $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
+ argv_parse.h prof_int.h test_profile.c
diff --git a/src/util/pty/Makefile.in b/src/util/pty/Makefile.in
index 0b2f59556..4277a5217 100644
--- a/src/util/pty/Makefile.in
+++ b/src/util/pty/Makefile.in
@@ -115,43 +115,43 @@ $(BUILDTOP)/include/autoconf.h: $(SRCTOP)/include/autoconf.h.in
# Makefile dependencies follow. This must be the last section in
# the Makefile.in file
#
-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 $(BUILDTOP)/include/autoconf.h \
- $(SRCTOP)/include/port-sockets.h
-getpty.so getpty.po $(OUTPRE)getpty.$(OBJEXT): getpty.c \
- $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h $(BUILDTOP)/include/autoconf.h \
- $(SRCTOP)/include/port-sockets.h
+pty_err.so pty_err.po $(OUTPRE)pty_err.$(OBJEXT): $(COM_ERR_DEPS) \
+ pty_err.c
+cleanup.so cleanup.po $(OUTPRE)cleanup.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
+ $(COM_ERR_DEPS) $(SRCTOP)/include/port-sockets.h cleanup.c \
+ libpty.h pty-int.h pty_err.h
+getpty.so getpty.po $(OUTPRE)getpty.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
+ $(COM_ERR_DEPS) $(SRCTOP)/include/port-sockets.h getpty.c \
+ libpty.h pty-int.h pty_err.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 \
- $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/port-sockets.h
+ $(BUILDTOP)/include/autoconf.h $(COM_ERR_DEPS) $(SRCTOP)/include/port-sockets.h \
+ init_slave.c libpty.h pty-int.h pty_err.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 \
- $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/port-sockets.h
+ $(BUILDTOP)/include/autoconf.h $(COM_ERR_DEPS) $(SRCTOP)/include/port-sockets.h \
+ libpty.h open_ctty.c pty-int.h pty_err.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 \
- $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/port-sockets.h
+ $(BUILDTOP)/include/autoconf.h $(COM_ERR_DEPS) $(SRCTOP)/include/port-sockets.h \
+ libpty.h open_slave.c pty-int.h pty_err.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 \
- $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/port-sockets.h
+ $(BUILDTOP)/include/autoconf.h $(COM_ERR_DEPS) $(SRCTOP)/include/port-sockets.h \
+ libpty.h pty-int.h pty_err.h update_utmp.c
update_wtmp.so update_wtmp.po $(OUTPRE)update_wtmp.$(OBJEXT): \
- update_wtmp.c $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h \
- $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/port-sockets.h
-vhangup.so vhangup.po $(OUTPRE)vhangup.$(OBJEXT): vhangup.c \
- $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h $(BUILDTOP)/include/autoconf.h \
- $(SRCTOP)/include/port-sockets.h
+ $(BUILDTOP)/include/autoconf.h $(COM_ERR_DEPS) $(SRCTOP)/include/port-sockets.h \
+ libpty.h pty-int.h pty_err.h update_wtmp.c
+vhangup.so vhangup.po $(OUTPRE)vhangup.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
+ $(COM_ERR_DEPS) $(SRCTOP)/include/port-sockets.h libpty.h \
+ pty-int.h pty_err.h vhangup.c
void_assoc.so void_assoc.po $(OUTPRE)void_assoc.$(OBJEXT): \
- void_assoc.c $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h \
- $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/port-sockets.h
-logwtmp.so logwtmp.po $(OUTPRE)logwtmp.$(OBJEXT): logwtmp.c \
- $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h $(BUILDTOP)/include/autoconf.h \
- $(SRCTOP)/include/port-sockets.h
-init.so init.po $(OUTPRE)init.$(OBJEXT): init.c $(COM_ERR_DEPS) \
- libpty.h pty-int.h pty_err.h $(BUILDTOP)/include/autoconf.h \
- $(SRCTOP)/include/port-sockets.h
+ $(BUILDTOP)/include/autoconf.h $(COM_ERR_DEPS) $(SRCTOP)/include/port-sockets.h \
+ libpty.h pty-int.h pty_err.h void_assoc.c
+logwtmp.so logwtmp.po $(OUTPRE)logwtmp.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
+ $(COM_ERR_DEPS) $(SRCTOP)/include/port-sockets.h libpty.h \
+ logwtmp.c pty-int.h pty_err.h
+init.so init.po $(OUTPRE)init.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
+ $(COM_ERR_DEPS) $(SRCTOP)/include/port-sockets.h init.c \
+ libpty.h pty-int.h pty_err.h
sane_hostname.so sane_hostname.po $(OUTPRE)sane_hostname.$(OBJEXT): \
- sane_hostname.c $(COM_ERR_DEPS) pty-int.h pty_err.h \
- $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/port-sockets.h \
- libpty.h $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/k5-platform.h \
- $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/fake-addrinfo.h
+ $(BUILDTOP)/include/autoconf.h $(COM_ERR_DEPS) $(SRCTOP)/include/fake-addrinfo.h \
+ $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
+ $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
+ libpty.h pty-int.h pty_err.h sane_hostname.c
diff --git a/src/util/ss/Makefile.in b/src/util/ss/Makefile.in
index b27633fdb..1acf5af47 100644
--- a/src/util/ss/Makefile.in
+++ b/src/util/ss/Makefile.in
@@ -174,55 +174,53 @@ clean::
# the Makefile.in file
#
invocation.so invocation.po $(OUTPRE)invocation.$(OBJEXT): \
- invocation.c ss_internal.h $(BUILDTOP)/include/autoconf.h \
- ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) \
- copyright.h
-help.so help.po $(OUTPRE)help.$(OBJEXT): help.c ss_internal.h \
- $(BUILDTOP)/include/autoconf.h ss.h $(BUILDTOP)/include/ss/ss_err.h \
- $(COM_ERR_DEPS) copyright.h
+ $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/ss/ss_err.h \
+ $(COM_ERR_DEPS) copyright.h invocation.c ss.h ss_internal.h
+help.so help.po $(OUTPRE)help.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
+ $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h \
+ help.c ss.h ss_internal.h
execute_cmd.so execute_cmd.po $(OUTPRE)execute_cmd.$(OBJEXT): \
- execute_cmd.c ss_internal.h $(BUILDTOP)/include/autoconf.h \
- ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) \
- copyright.h
-listen.so listen.po $(OUTPRE)listen.$(OBJEXT): listen.c \
- copyright.h ss_internal.h $(BUILDTOP)/include/autoconf.h \
- ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS)
-parse.so parse.po $(OUTPRE)parse.$(OBJEXT): parse.c \
- ss_internal.h $(BUILDTOP)/include/autoconf.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 $(BUILDTOP)/include/autoconf.h \
- ss.h $(BUILDTOP)/include/ss/ss_err.h
-prompt.so prompt.po $(OUTPRE)prompt.$(OBJEXT): prompt.c \
- copyright.h ss_internal.h $(BUILDTOP)/include/autoconf.h \
- ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS)
+ $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/ss/ss_err.h \
+ $(COM_ERR_DEPS) copyright.h execute_cmd.c ss.h ss_internal.h
+listen.so listen.po $(OUTPRE)listen.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
+ $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h \
+ listen.c ss.h ss_internal.h
+parse.so parse.po $(OUTPRE)parse.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
+ $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h \
+ parse.c ss.h ss_internal.h
+error.so error.po $(OUTPRE)error.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
+ $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h \
+ error.c ss.h ss_internal.h
+prompt.so prompt.po $(OUTPRE)prompt.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
+ $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h \
+ prompt.c ss.h ss_internal.h
request_tbl.so request_tbl.po $(OUTPRE)request_tbl.$(OBJEXT): \
- request_tbl.c copyright.h ss_internal.h $(BUILDTOP)/include/autoconf.h \
- ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS)
+ $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/ss/ss_err.h \
+ $(COM_ERR_DEPS) copyright.h request_tbl.c ss.h ss_internal.h
list_rqs.so list_rqs.po $(OUTPRE)list_rqs.$(OBJEXT): \
- list_rqs.c copyright.h ss_internal.h $(BUILDTOP)/include/autoconf.h \
- ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS)
-pager.so pager.po $(OUTPRE)pager.$(OBJEXT): pager.c \
- ss_internal.h $(BUILDTOP)/include/autoconf.h ss.h $(BUILDTOP)/include/ss/ss_err.h \
- $(COM_ERR_DEPS) copyright.h
+ $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/ss/ss_err.h \
+ $(COM_ERR_DEPS) copyright.h list_rqs.c ss.h ss_internal.h
+pager.so pager.po $(OUTPRE)pager.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
+ $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h \
+ pager.c ss.h ss_internal.h
requests.so requests.po $(OUTPRE)requests.$(OBJEXT): \
- requests.c ss_internal.h $(BUILDTOP)/include/autoconf.h \
- ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS)
-data.so data.po $(OUTPRE)data.$(OBJEXT): data.c ss_internal.h \
- $(BUILDTOP)/include/autoconf.h ss.h $(BUILDTOP)/include/ss/ss_err.h \
- $(COM_ERR_DEPS) copyright.h
-mk_cmds.so mk_cmds.po $(OUTPRE)mk_cmds.$(OBJEXT): mk_cmds.c \
- copyright.h ss_internal.h $(BUILDTOP)/include/autoconf.h \
- ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS)
-utils.so utils.po $(OUTPRE)utils.$(OBJEXT): utils.c \
- copyright.h ss_internal.h $(BUILDTOP)/include/autoconf.h \
- ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS)
-options.so options.po $(OUTPRE)options.$(OBJEXT): options.c \
- copyright.h ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS)
+ $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/ss/ss_err.h \
+ $(COM_ERR_DEPS) requests.c ss.h ss_internal.h
+data.so data.po $(OUTPRE)data.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
+ $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h \
+ data.c ss.h ss_internal.h
+mk_cmds.so mk_cmds.po $(OUTPRE)mk_cmds.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
+ $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h \
+ mk_cmds.c ss.h ss_internal.h
+utils.so utils.po $(OUTPRE)utils.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
+ $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h \
+ ss.h ss_internal.h utils.c
+options.so options.po $(OUTPRE)options.$(OBJEXT): $(BUILDTOP)/include/ss/ss_err.h \
+ $(COM_ERR_DEPS) copyright.h options.c ss.h
cmd_tbl.lex.o: cmd_tbl.lex.c ct.tab.h
-ct.tab.o: ct.tab.c ss.h $(BUILDTOP)/include/ss/ss_err.h \
- $(COM_ERR_DEPS)
-ss_err.so ss_err.po $(OUTPRE)ss_err.$(OBJEXT): ss_err.c \
- $(COM_ERR_DEPS)
-std_rqs.so std_rqs.po $(OUTPRE)std_rqs.$(OBJEXT): std_rqs.c \
- $(SS_DEPS) $(COM_ERR_DEPS)
+ct.tab.o: $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) \
+ ct.tab.c ss.h
+ss_err.so ss_err.po $(OUTPRE)ss_err.$(OBJEXT): $(COM_ERR_DEPS) \
+ ss_err.c
+std_rqs.so std_rqs.po $(OUTPRE)std_rqs.$(OBJEXT): $(COM_ERR_DEPS) \
+ $(SS_DEPS) std_rqs.c
diff --git a/src/util/support/Makefile.in b/src/util/support/Makefile.in
index 8d73229de..8044f982b 100644
--- a/src/util/support/Makefile.in
+++ b/src/util/support/Makefile.in
@@ -77,20 +77,20 @@ $(BUILDTOP)/include/autoconf.h: $(SRCTOP)/include/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/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
+threads.so threads.po $(OUTPRE)threads.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
+ $(SRCTOP)/include/fake-addrinfo.h $(SRCTOP)/include/k5-platform.h \
+ $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/port-sockets.h \
+ $(SRCTOP)/include/socket-utils.h cache-addrinfo.h threads.c
init-addrinfo.so init-addrinfo.po $(OUTPRE)init-addrinfo.$(OBJEXT): \
- init-addrinfo.c $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/autoconf.h \
- $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/k5-platform.h \
- $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/fake-addrinfo.h \
- cache-addrinfo.h
-errors.so errors.po $(OUTPRE)errors.$(OBJEXT): errors.c \
- $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-thread.h \
- $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/k5-platform.h
+ $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/fake-addrinfo.h \
+ $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
+ $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
+ cache-addrinfo.h init-addrinfo.c
+errors.so errors.po $(OUTPRE)errors.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
+ $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-platform.h \
+ $(SRCTOP)/include/k5-thread.h errors.c
fake-addrinfo.so fake-addrinfo.po $(OUTPRE)fake-addrinfo.$(OBJEXT): \
- fake-addrinfo.c $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/autoconf.h \
- $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/k5-platform.h \
- $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/fake-addrinfo.h \
- cache-addrinfo.h
+ $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/fake-addrinfo.h \
+ $(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