From: Theodore Tso Date: Fri, 30 Sep 1994 02:18:48 +0000 (+0000) Subject: Relink executables if libraries change X-Git-Tag: krb5-1.0-beta4.3~59 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0b12a9c25d5597f221bb37fba03635f5fdd97884;p=krb5.git Relink executables if libraries change git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4397 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/slave/ChangeLog b/src/slave/ChangeLog index 967ef492b..e56dd3c13 100644 --- a/src/slave/ChangeLog +++ b/src/slave/ChangeLog @@ -1,5 +1,7 @@ Thu Sep 29 22:15:27 1994 Theodore Y. Ts'o (tytso@dcl) + * Makefile.in: Relink executable if libraries change. + * kprop.c (open_connection): Use getsockname instead of getpeername when getting the sender address. diff --git a/src/slave/Makefile.in b/src/slave/Makefile.in index 527994ed5..d12c2d635 100644 --- a/src/slave/Makefile.in +++ b/src/slave/Makefile.in @@ -7,6 +7,7 @@ DBMLIB= KDBLIB=$(TOPLIBD)/libkdb5.a KLIB = $(TOPLIBD)/libkrb5.a $(TOPLIBD)/libcrypto.a $(ISODELIB) $(COMERRLIB) $(DBMLIB) +DEPKLIB = $(TOPLIBD)/libkrb5.a $(TOPLIBD)/libcrypto.a $(COMERRLIB) $(DBMLIB) all::