From a6c3b6fa64065a2307e7ef9f7ffcb50ae9656d40 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 30 Sep 1994 02:26:20 +0000 Subject: Relink executable if libraries change git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4398 dc483132-0cff-0310-8789-dd5450dbe970 --- src/admin/destroy/ChangeLog | 4 ++++ src/admin/destroy/Makefile.in | 2 ++ 2 files changed, 6 insertions(+) (limited to 'src/admin/destroy') diff --git a/src/admin/destroy/ChangeLog b/src/admin/destroy/ChangeLog index 0b249c509c..510700c2d2 100644 --- a/src/admin/destroy/ChangeLog +++ b/src/admin/destroy/ChangeLog @@ -1,3 +1,7 @@ +Thu Sep 29 22:20:25 1994 Theodore Y. Ts'o (tytso@dcl) + + * Makefile.in: Relink executable when libraries change. + Wed Jun 29 00:22:07 1994 Tom Yu (tlyu at dragons-lair) * kdb5_destroy.c: fix things to call krb5_init_ets diff --git a/src/admin/destroy/Makefile.in b/src/admin/destroy/Makefile.in index eb31e6da7a..d73c6644c2 100644 --- a/src/admin/destroy/Makefile.in +++ b/src/admin/destroy/Makefile.in @@ -5,10 +5,12 @@ ISODELIB=@ISODELIB@ COMERRLIB=$(BUILDTOP)/util/et/libcom_err.a DBMLIB= KDBLIB=$(TOPLIBD)/libkdb5.a +DEPKDBLIB=$(TOPLIBD)/libkdb5.a all:: KLIB = $(TOPLIBD)/libkrb5.a $(TOPLIBD)/libcrypto.a $(ISODELIB) $(COMERRLIB) $(DBMLIB) +DEPKLIB = $(TOPLIBD)/libkrb5.a $(TOPLIBD)/libcrypto.a $(COMERRLIB) $(DBMLIB) DEPLIBS = $(DEPKDBLIB) $(DEPKLIB) -- cgit