summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2001-06-11 19:56:05 +0000
committerEzra Peisach <epeisach@mit.edu>2001-06-11 19:56:05 +0000
commitd2a8fb8d2cf22fb3e50c53c56541792347e07020 (patch)
tree538f2654d2e72c2e47552da537d9cc20ac9559ef /src
parent2b93e5f1ff2d15fd754aee9eb832b4c07ba3ec68 (diff)
downloadkrb5-d2a8fb8d2cf22fb3e50c53c56541792347e07020.tar.gz
krb5-d2a8fb8d2cf22fb3e50c53c56541792347e07020.tar.xz
krb5-d2a8fb8d2cf22fb3e50c53c56541792347e07020.zip
* 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
Diffstat (limited to 'src')
-rw-r--r--src/util/profile/ChangeLog5
-rw-r--r--src/util/profile/Makefile.in2
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