Relink executables if libraries change
authorTheodore Tso <tytso@mit.edu>
Fri, 30 Sep 1994 02:18:48 +0000 (02:18 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 30 Sep 1994 02:18:48 +0000 (02:18 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4397 dc483132-0cff-0310-8789-dd5450dbe970

src/slave/ChangeLog
src/slave/Makefile.in

index 967ef492bb2475f5c4ef271603f2a0ea38e50abf..e56dd3c13d3b692c883a1b368e69a7129beccfe9 100644 (file)
@@ -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.
 
index 527994ed5eff7a8c243d6fb5c417b153c93fd5c5..d12c2d6359ade20200fc644f9b50bf9411171187 100644 (file)
@@ -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::