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/profile | |
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/profile')
-rw-r--r-- | src/util/profile/Makefile.in | 24 |
1 files changed, 16 insertions, 8 deletions
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 |