diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/util/profile/ChangeLog | 5 | ||||
| -rw-r--r-- | src/util/profile/Makefile.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index d7eca2a41..22c5179d2 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,3 +1,8 @@ +2001-06-11 Ezra Peisach <epeisach@mit.edu> + + * Makefile.in (MLIBS): Do not link against libgen.a for test + programs. (only needed for krb5 an_to_ln code). + 2001-02-02 Tom Yu <tlyu@mit.edu> * krb5.conf: Test with trailing whitespace on "default_realm" diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in index 3955ca8cf..3c2d8ec83 100644 --- a/src/util/profile/Makefile.in +++ b/src/util/profile/Makefile.in @@ -36,7 +36,7 @@ SRCS = $(srcdir)/prof_tree.c \ $(srcdir)/prof_init.c DEPLIBS = $(COM_ERR_DEPLIB) -MLIBS = -lcom_err $(GEN_LIB) +MLIBS = -lcom_err LIB=profile LIBMAJOR=1 |
