From: Ezra Peisach Date: Mon, 11 Jun 2001 19:56:05 +0000 (+0000) Subject: * Makefile.in (MLIBS): Do not link against libgen.a for test X-Git-Tag: krb5-1.3-alpha1~1433 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d2a8fb8d2cf22fb3e50c53c56541792347e07020;p=krb5.git * 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 --- 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