aboutsummaryrefslogtreecommitdiff
path: root/src/util/profile
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2002-12-12 21:33:16 +0000
committerTom Yu <tlyu@mit.edu>2002-12-12 21:33:16 +0000
commitd35572d7dbe96c319f18973223a776e0dcb7874d (patch)
treed0cf3e1c6e51f170309a0f2518fbb38b60830fca /src/util/profile
parentfb1227598fe0dd87d21f1ada456e0132c1dd3326 (diff)
downloadkrb5-d35572d7dbe96c319f18973223a776e0dcb7874d.zip
krb5-d35572d7dbe96c319f18973223a776e0dcb7874d.tar.gz
krb5-d35572d7dbe96c319f18973223a776e0dcb7874d.tar.bz2
update dependencies
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15047 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/profile')
-rw-r--r--src/util/profile/Makefile.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in
index adcebff..a735ed9 100644
--- a/src/util/profile/Makefile.in
+++ b/src/util/profile/Makefile.in
@@ -128,20 +128,20 @@ 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 \
- $(COM_ERR_DEPS) prof_err.h profile.h
+ $(COM_ERR_DEPS) profile.h
prof_file.so prof_file.po $(OUTPRE)prof_file.$(OBJEXT): prof_file.c prof_int.h \
- $(COM_ERR_DEPS) prof_err.h profile.h
+ $(COM_ERR_DEPS) profile.h
prof_parse.so prof_parse.po $(OUTPRE)prof_parse.$(OBJEXT): prof_parse.c prof_int.h \
- $(COM_ERR_DEPS) prof_err.h profile.h
+ $(COM_ERR_DEPS) profile.h
prof_get.so prof_get.po $(OUTPRE)prof_get.$(OBJEXT): prof_get.c prof_int.h \
- $(COM_ERR_DEPS) prof_err.h profile.h
+ $(COM_ERR_DEPS) profile.h
prof_set.so prof_set.po $(OUTPRE)prof_set.$(OBJEXT): prof_set.c prof_int.h \
- $(COM_ERR_DEPS) prof_err.h profile.h
+ $(COM_ERR_DEPS) 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 \
- $(COM_ERR_DEPS) prof_err.h profile.h
+ $(COM_ERR_DEPS) profile.h
test_parse.so test_parse.po $(OUTPRE)test_parse.$(OBJEXT): test_parse.c prof_int.h \
- $(COM_ERR_DEPS) prof_err.h profile.h
+ $(COM_ERR_DEPS) profile.h
test_profile.so test_profile.po $(OUTPRE)test_profile.$(OBJEXT): test_profile.c prof_int.h \
- $(COM_ERR_DEPS) prof_err.h profile.h argv_parse.h
+ $(COM_ERR_DEPS) profile.h argv_parse.h