diff options
| author | Greg Hudson <ghudson@mit.edu> | 2011-07-21 20:41:16 +0000 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2011-07-21 20:41:16 +0000 |
| commit | 88e3e649f8c6e6056e0e9a6ae971798a61c19074 (patch) | |
| tree | 31f6ab7ee9a3a2925115a933c35e2abfe6c7d869 /src/util/profile | |
| parent | 291dbbf021e83a20df2f9f488953a278e5664f20 (diff) | |
| download | krb5-88e3e649f8c6e6056e0e9a6ae971798a61c19074.tar.gz krb5-88e3e649f8c6e6056e0e9a6ae971798a61c19074.tar.xz krb5-88e3e649f8c6e6056e0e9a6ae971798a61c19074.zip | |
Fix dependencies of test_load in profile library
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25032 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/profile')
| -rw-r--r-- | src/util/profile/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in index e7d84aa23d..5c654b29d0 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: |
