From d2a8fb8d2cf22fb3e50c53c56541792347e07020 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Mon, 11 Jun 2001 19:56:05 +0000 Subject: [PATCH] * Makefile.in (MLIBS): Do not link against libgen.a for test programs. (only needed for krb5 an_to_ln code). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13329 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/profile/ChangeLog | 5 +++++ src/util/profile/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * 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 * 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 -- 2.26.2