From: Greg Hudson Date: Thu, 21 Jul 2011 20:41:16 +0000 (+0000) Subject: Fix dependencies of test_load in profile library X-Git-Tag: krb5-1.10-alpha1~343 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=88e3e649f8c6e6056e0e9a6ae971798a61c19074;p=krb5.git Fix dependencies of test_load in profile library git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25032 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in index e7d84aa23..5c654b29d 100644 --- a/src/util/profile/Makefile.in +++ b/src/util/profile/Makefile.in @@ -98,7 +98,7 @@ test_profile: test_profile.$(OBJEXT) argv_parse.$(OBJEXT) $(OBJS) $(DEPLIBS) 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: