summaryrefslogtreecommitdiffstats
path: root/src/util/profile/Makefile.in
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/profile/Makefile.in
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/profile/Makefile.in')
-rw-r--r--src/util/profile/Makefile.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in
index 3ce3691a74..fdf8be8608 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