projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d3cb86
)
* Makefile.in (profile_tcl): Link with MLIBS instead of DEPLIBS and LIBS
author
Ken Raeburn
<raeburn@mit.edu>
Sat, 15 Apr 2006 00:43:59 +0000
(
00:43
+0000)
committer
Ken 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
patch
|
blob
|
history
diff --git
a/src/util/profile/Makefile.in
b/src/util/profile/Makefile.in
index 4ef41cf6b207c2f65b85e1c9f95aa68d1818bf00..b5ebe5092a87fa40b8f5c44718edec782ea35bb4 100644
(file)
--- 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) $(M
LIBS)
clean-unix:: clean-libs clean-libobjs
$(RM) $(PROGS) *.o *~ test_parse core prof_err.h \