summaryrefslogtreecommitdiffstats
path: root/src/util/profile
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-04-15 00:43:59 +0000
committerKen Raeburn <raeburn@mit.edu>2006-04-15 00:43:59 +0000
commitd662b4f722eb21d2bf9eca14792bd3eff0b74418 (patch)
tree7efa677e1f99c8e842c2590816dd82e9459f77d5 /src/util/profile
parent8d3cb86060770443b3dce1218306c8fd3c07f4c8 (diff)
downloadkrb5-d662b4f722eb21d2bf9eca14792bd3eff0b74418.tar.gz
krb5-d662b4f722eb21d2bf9eca14792bd3eff0b74418.tar.xz
krb5-d662b4f722eb21d2bf9eca14792bd3eff0b74418.zip
* Makefile.in (profile_tcl): Link with MLIBS instead of DEPLIBS and LIBS
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17930 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/profile')
-rw-r--r--src/util/profile/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in
index 4ef41cf6b..b5ebe5092 100644
--- a/src/util/profile/Makefile.in
+++ b/src/util/profile/Makefile.in
@@ -122,7 +122,7 @@ profile_tcl.o: $(srcdir)/profile_tcl.c profile.h
profile_tcl: profile_tcl.o libprofile.a
$(CC_LINK) -o profile_tcl profile_tcl.o \
$(TCL_MAYBE_RPATH) \
- -L../et -L../.. libprofile.a $(DEPLIBS) $(TCL_LIBS) $(LIBS)
+ -L../et -L../.. libprofile.a $(TCL_LIBS) $(MLIBS)
clean-unix:: clean-libs clean-libobjs
$(RM) $(PROGS) *.o *~ test_parse core prof_err.h \