svn rev #25032: trunk/src/util/profile/
ghudson@MIT.EDU
ghudson at MIT.EDU
Thu Jul 21 16:41:16 EDT 2011
http://src.mit.edu/fisheye/changelog/krb5/?cs=25032
Commit By: ghudson
Log Message:
Fix dependencies of test_load in profile library.
Changed Files:
U trunk/src/util/profile/Makefile.in
Modified: trunk/src/util/profile/Makefile.in
===================================================================
--- trunk/src/util/profile/Makefile.in 2011-07-21 18:17:38 UTC (rev 25031)
+++ trunk/src/util/profile/Makefile.in 2011-07-21 20:41:16 UTC (rev 25032)
@@ -98,7 +98,7 @@
test_vtable: test_vtable.$(OBJEXT) $(OBJS) $(DEPLIBS)
$(CC_LINK) -o test_vtable test_vtable.$(OBJEXT) $(OBJS) $(MLIBS)
-test_load: test_load.$(OBJEXT) $(SUPPORT_DEPLIB)
+test_load: test_load.$(OBJEXT) $(OBJS) $(DEPLIBS)
$(CC_LINK) -o test_load test_load.$(OBJEXT) $(OBJS) $(MLIBS)
modtest.conf:
More information about the cvs-krb5
mailing list