diff options
Diffstat (limited to 'src/admin/destroy')
| -rw-r--r-- | src/admin/destroy/ChangeLog | 4 | ||||
| -rw-r--r-- | src/admin/destroy/Makefile.in | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/admin/destroy/ChangeLog b/src/admin/destroy/ChangeLog index 0b249c509..510700c2d 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 eb31e6da7..d73c6644c 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) |
