summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-04-15 00:50:05 +0000
committerKen Raeburn <raeburn@mit.edu>2006-04-15 00:50:05 +0000
commiteaf33c08b0169f3d0299c87b1e6a2c0c20ed10ff (patch)
treeb3eb8dc066d3f277f741c24caeb817878c84e748 /src/util
parentd662b4f722eb21d2bf9eca14792bd3eff0b74418 (diff)
downloadkrb5-eaf33c08b0169f3d0299c87b1e6a2c0c20ed10ff.tar.gz
krb5-eaf33c08b0169f3d0299c87b1e6a2c0c20ed10ff.tar.xz
krb5-eaf33c08b0169f3d0299c87b1e6a2c0c20ed10ff.zip
Compute dependencies for profile_tcl.o
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17931 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
-rw-r--r--src/util/profile/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in
index b5ebe5092..e1b4bbce3 100644
--- a/src/util/profile/Makefile.in
+++ b/src/util/profile/Makefile.in
@@ -39,7 +39,8 @@ SRCS = $(srcdir)/prof_tree.c \
prof_err.c \
$(srcdir)/prof_init.c
-EXTRADEPSRCS=$(srcdir)/test_parse.c $(srcdir)/test_profile.c
+EXTRADEPSRCS=$(srcdir)/test_parse.c $(srcdir)/test_profile.c \
+ $(srcdir)/profile_tcl.c
DEPLIBS = $(COM_ERR_DEPLIB) $(SUPPORT_DEPLIB)
MLIBS = -lcom_err $(SUPPORT_LIB) $(LIBS)
@@ -192,3 +193,5 @@ test_profile.so test_profile.po $(OUTPRE)test_profile.$(OBJEXT): \
$(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
+profile_tcl.so profile_tcl.po $(OUTPRE)profile_tcl.$(OBJEXT): \
+ $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) profile_tcl.c