summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-06-15 09:25:23 +0000
committerKen Raeburn <raeburn@mit.edu>2002-06-15 09:25:23 +0000
commit0bc096ed4b0eebcfcf599085af310df6fab50100 (patch)
tree9ba6c0eba1463226714d1bf4f278cd638cc75aac /src/util
parent2ea32f3c3b4e16e6ad20c1d39da141d000323c0d (diff)
downloadkrb5-0bc096ed4b0eebcfcf599085af310df6fab50100.tar.gz
krb5-0bc096ed4b0eebcfcf599085af310df6fab50100.tar.xz
krb5-0bc096ed4b0eebcfcf599085af310df6fab50100.zip
update dependencies
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14522 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
-rw-r--r--src/util/profile/Makefile.in14
-rw-r--r--src/util/pty/Makefile.in28
-rw-r--r--src/util/ss/Makefile.in28
3 files changed, 33 insertions, 37 deletions
diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in
index 3ce3691a7..fdf8be860 100644
--- a/src/util/profile/Makefile.in
+++ b/src/util/profile/Makefile.in
@@ -120,16 +120,16 @@ 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 \
- $(BUILDTOP)/include/com_err.h prof_err.h $(BUILDTOP)/include/profile.h
+ $(COM_ERR_DEPS) prof_err.h $(BUILDTOP)/include/profile.h
prof_file.so prof_file.po $(OUTPRE)prof_file.$(OBJEXT): prof_file.c prof_int.h \
- $(BUILDTOP)/include/com_err.h prof_err.h $(BUILDTOP)/include/profile.h
+ $(COM_ERR_DEPS) prof_err.h $(BUILDTOP)/include/profile.h
prof_parse.so prof_parse.po $(OUTPRE)prof_parse.$(OBJEXT): prof_parse.c prof_int.h \
- $(BUILDTOP)/include/com_err.h prof_err.h $(BUILDTOP)/include/profile.h
+ $(COM_ERR_DEPS) prof_err.h $(BUILDTOP)/include/profile.h
prof_get.so prof_get.po $(OUTPRE)prof_get.$(OBJEXT): prof_get.c prof_int.h \
- $(BUILDTOP)/include/com_err.h prof_err.h $(BUILDTOP)/include/profile.h
+ $(COM_ERR_DEPS) prof_err.h $(BUILDTOP)/include/profile.h
prof_set.so prof_set.po $(OUTPRE)prof_set.$(OBJEXT): prof_set.c prof_int.h \
- $(BUILDTOP)/include/com_err.h prof_err.h $(BUILDTOP)/include/profile.h
-prof_err.so prof_err.po $(OUTPRE)prof_err.$(OBJEXT): prof_err.c $(BUILDTOP)/include/com_err.h
+ $(COM_ERR_DEPS) prof_err.h $(BUILDTOP)/include/profile.h
+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 \
- $(BUILDTOP)/include/com_err.h prof_err.h $(BUILDTOP)/include/profile.h
+ $(COM_ERR_DEPS) prof_err.h $(BUILDTOP)/include/profile.h
diff --git a/src/util/pty/Makefile.in b/src/util/pty/Makefile.in
index 6f8d8c771..2484a3866 100644
--- a/src/util/pty/Makefile.in
+++ b/src/util/pty/Makefile.in
@@ -119,30 +119,30 @@ $(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
#
-pty_err.so pty_err.po $(OUTPRE)pty_err.$(OBJEXT): pty_err.c $(BUILDTOP)/include/com_err.h
-cleanup.so cleanup.po $(OUTPRE)cleanup.$(OBJEXT): cleanup.c $(BUILDTOP)/include/com_err.h \
+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
-getpty.so getpty.po $(OUTPRE)getpty.$(OBJEXT): getpty.c $(BUILDTOP)/include/com_err.h \
+getpty.so getpty.po $(OUTPRE)getpty.$(OBJEXT): getpty.c $(COM_ERR_DEPS) \
libpty.h pty-int.h pty_err.h
-init_slave.so init_slave.po $(OUTPRE)init_slave.$(OBJEXT): init_slave.c $(BUILDTOP)/include/com_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
-open_ctty.so open_ctty.po $(OUTPRE)open_ctty.$(OBJEXT): open_ctty.c $(BUILDTOP)/include/com_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
-open_slave.so open_slave.po $(OUTPRE)open_slave.$(OBJEXT): open_slave.c $(BUILDTOP)/include/com_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
-update_utmp.so update_utmp.po $(OUTPRE)update_utmp.$(OBJEXT): update_utmp.c $(BUILDTOP)/include/com_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
-update_wtmp.so update_wtmp.po $(OUTPRE)update_wtmp.$(OBJEXT): update_wtmp.c $(BUILDTOP)/include/com_err.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
-vhangup.so vhangup.po $(OUTPRE)vhangup.$(OBJEXT): vhangup.c $(BUILDTOP)/include/com_err.h \
+vhangup.so vhangup.po $(OUTPRE)vhangup.$(OBJEXT): vhangup.c $(COM_ERR_DEPS) \
libpty.h pty-int.h pty_err.h
-void_assoc.so void_assoc.po $(OUTPRE)void_assoc.$(OBJEXT): void_assoc.c $(BUILDTOP)/include/com_err.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
-logwtmp.so logwtmp.po $(OUTPRE)logwtmp.$(OBJEXT): logwtmp.c $(BUILDTOP)/include/com_err.h \
+logwtmp.so logwtmp.po $(OUTPRE)logwtmp.$(OBJEXT): logwtmp.c $(COM_ERR_DEPS) \
libpty.h pty-int.h pty_err.h
-init.so init.po $(OUTPRE)init.$(OBJEXT): init.c $(BUILDTOP)/include/com_err.h \
- libpty.h pty-int.h pty_err.h
-sane_hostname.so sane_hostname.po $(OUTPRE)sane_hostname.$(OBJEXT): sane_hostname.c $(BUILDTOP)/include/com_err.h \
+init.so init.po $(OUTPRE)init.$(OBJEXT): init.c $(COM_ERR_DEPS) 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 libpty.h $(SRCTOP)/include/socket-utils.h \
$(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/fake-addrinfo.h \
$(SRCTOP)/include/port-sockets.h
diff --git a/src/util/ss/Makefile.in b/src/util/ss/Makefile.in
index 81c22da43..25f2857c3 100644
--- a/src/util/ss/Makefile.in
+++ b/src/util/ss/Makefile.in
@@ -171,35 +171,31 @@ clean::
# the Makefile.in file
#
invocation.so invocation.po $(OUTPRE)invocation.$(OBJEXT): invocation.c ss_internal.h \
- ss.h $(BUILDTOP)/include/ss/ss_err.h $(BUILDTOP)/include/com_err.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 ss.h \
- $(BUILDTOP)/include/ss/ss_err.h $(BUILDTOP)/include/com_err.h \
- copyright.h
+ $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h
execute_cmd.so execute_cmd.po $(OUTPRE)execute_cmd.$(OBJEXT): execute_cmd.c ss_internal.h \
- ss.h $(BUILDTOP)/include/ss/ss_err.h $(BUILDTOP)/include/com_err.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 \
- ss.h $(BUILDTOP)/include/ss/ss_err.h $(BUILDTOP)/include/com_err.h
+ ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS)
parse.so parse.po $(OUTPRE)parse.$(OBJEXT): parse.c ss_internal.h ss.h \
- $(BUILDTOP)/include/ss/ss_err.h $(BUILDTOP)/include/com_err.h \
- copyright.h
-error.so error.po $(OUTPRE)error.$(OBJEXT): error.c copyright.h $(BUILDTOP)/include/com_err.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
prompt.so prompt.po $(OUTPRE)prompt.$(OBJEXT): prompt.c copyright.h ss_internal.h \
- ss.h $(BUILDTOP)/include/ss/ss_err.h $(BUILDTOP)/include/com_err.h
+ ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS)
request_tbl.so request_tbl.po $(OUTPRE)request_tbl.$(OBJEXT): request_tbl.c copyright.h \
ss_internal.h ss.h $(BUILDTOP)/include/ss/ss_err.h \
- $(BUILDTOP)/include/com_err.h
+ $(COM_ERR_DEPS)
list_rqs.so list_rqs.po $(OUTPRE)list_rqs.$(OBJEXT): list_rqs.c copyright.h \
ss_internal.h ss.h $(BUILDTOP)/include/ss/ss_err.h \
- $(BUILDTOP)/include/com_err.h
+ $(COM_ERR_DEPS)
pager.so pager.po $(OUTPRE)pager.$(OBJEXT): pager.c ss_internal.h ss.h \
- $(BUILDTOP)/include/ss/ss_err.h $(BUILDTOP)/include/com_err.h \
- copyright.h
+ $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h
requests.so requests.po $(OUTPRE)requests.$(OBJEXT): requests.c ss_internal.h \
- ss.h $(BUILDTOP)/include/ss/ss_err.h $(BUILDTOP)/include/com_err.h
+ ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS)
data.so data.po $(OUTPRE)data.$(OBJEXT): data.c ss_internal.h ss.h \
- $(BUILDTOP)/include/ss/ss_err.h $(BUILDTOP)/include/com_err.h \
- copyright.h
+ $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h