* Makefile.in: v5passwd does not depend on the kadm5
authorEzra Peisach <epeisach@mit.edu>
Mon, 3 Jul 2000 14:17:00 +0000 (14:17 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 3 Jul 2000 14:17:00 +0000 (14:17 +0000)
libraries. This is the older protocol.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12518 dc483132-0cff-0310-8789-dd5450dbe970

src/kadmin/v5passwdd/ChangeLog
src/kadmin/v5passwdd/Makefile.in

index b3bf6d7138ddbb6a7b895a79d4457b880c9e4b64..17abeb71d922096408ac1129354bd8b398728b91 100644 (file)
@@ -1,3 +1,8 @@
+2000-07-03  Ezra Peisach  <epeisach@mit.edu>
+
+       * Makefile.in: v5passwd does not depend on the kadm5
+       libraries. This is the older protocol.
+
 2000-05-24  Ken Raeburn  <raeburn@mit.edu>
            Ezra Peisach  <epeisach@mit.edu>
 
index 853237030a37f9b78fc286c10d8b722c2e97f1ee..a5cacdbf5aa533a26eb84fcfa0f9f19533c6fff9 100644 (file)
@@ -25,9 +25,9 @@ $(SERV): $(SERV_OBJS) $(COMMON_OBJS) $(KADMSRV_DEPLIBS) $(KRB5_BASE_DEPLIBS)
                $(KADMSRV_LIBS) $(KRB5_BASE_LIBS)
 
 
-$(CLI): $(CLI_OBJS) $(COMMON_OBJS) $(KADMCLNT_DEPLIBS) $(KRB5_BASE_DEPLIBS)
+$(CLI): $(CLI_OBJS) $(COMMON_OBJS) $(KRB5_BASE_DEPLIBS)
        $(CC_LINK) -o $(CLI) $(CLI_OBJS) $(COMMON_OBJS) \
-               $(KADMCLNT_LIBS) $(KRB5_BASE_LIBS)
+               $(KRB5_BASE_LIBS)
 
 install::
        for f in v5passwd; do \