From: Ezra Peisach Date: Mon, 3 Jul 2000 14:17:00 +0000 (+0000) Subject: * Makefile.in: v5passwd does not depend on the kadm5 X-Git-Tag: krb5-1.3-alpha1~2019 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=03e0990051708b0832ee77cd55f51fed40a9d877;p=krb5.git * Makefile.in: v5passwd does not depend on the kadm5 libraries. This is the older protocol. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12518 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/kadmin/v5passwdd/ChangeLog b/src/kadmin/v5passwdd/ChangeLog index b3bf6d713..17abeb71d 100644 --- a/src/kadmin/v5passwdd/ChangeLog +++ b/src/kadmin/v5passwdd/ChangeLog @@ -1,3 +1,8 @@ +2000-07-03 Ezra Peisach + + * Makefile.in: v5passwd does not depend on the kadm5 + libraries. This is the older protocol. + 2000-05-24 Ken Raeburn Ezra Peisach diff --git a/src/kadmin/v5passwdd/Makefile.in b/src/kadmin/v5passwdd/Makefile.in index 853237030..a5cacdbf5 100644 --- a/src/kadmin/v5passwdd/Makefile.in +++ b/src/kadmin/v5passwdd/Makefile.in @@ -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 \