* Makefile.in (MLIBS): Do not link against libgen.a for test
authorEzra Peisach <epeisach@mit.edu>
Mon, 11 Jun 2001 19:56:05 +0000 (19:56 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 11 Jun 2001 19:56:05 +0000 (19:56 +0000)
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
src/util/profile/Makefile.in

index d7eca2a41941299b214baf9da268d6970c3384a8..22c5179d2657f57ddf878dfa9a5e4a9a7a45c2df 100644 (file)
@@ -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"
index 3955ca8cfaf4218a5fcccc1846070435a359e03f..3c2d8ec8333d30286e4f77cb91d10288f0ead17e 100644 (file)
@@ -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