Fix dependencies of test_load in profile library
authorGreg Hudson <ghudson@mit.edu>
Thu, 21 Jul 2011 20:41:16 +0000 (20:41 +0000)
committerGreg Hudson <ghudson@mit.edu>
Thu, 21 Jul 2011 20:41:16 +0000 (20:41 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25032 dc483132-0cff-0310-8789-dd5450dbe970

src/util/profile/Makefile.in

index e7d84aa23db4cea7629f7e3447a9d01e9fc06150..5c654b29d008e1b16f18dd63e05289c69db43355 100644 (file)
@@ -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: