]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
* Makefile.in (profile_tcl): Link with MLIBS instead of DEPLIBS and LIBS
authorKen Raeburn <raeburn@mit.edu>
Sat, 15 Apr 2006 00:43:59 +0000 (00:43 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 15 Apr 2006 00:43:59 +0000 (00:43 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17930 dc483132-0cff-0310-8789-dd5450dbe970

src/util/profile/Makefile.in

index 4ef41cf6b207c2f65b85e1c9f95aa68d1818bf00..b5ebe5092a87fa40b8f5c44718edec782ea35bb4 100644 (file)
@@ -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 \