From: Theodore Tso Date: Fri, 30 Sep 1994 02:26:20 +0000 (+0000) Subject: Relink executable if libraries change X-Git-Tag: krb5-1.0-beta4.3~58 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a6c3b6fa64065a2307e7ef9f7ffcb50ae9656d40;p=krb5.git Relink executable if libraries change git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4398 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/admin/aname/ChangeLog b/src/admin/aname/ChangeLog new file mode 100644 index 000000000..d9efdc0ab --- /dev/null +++ b/src/admin/aname/ChangeLog @@ -0,0 +1,4 @@ +Thu Sep 29 22:22:33 1994 Theodore Y. Ts'o (tytso@dcl) + + * Makefile.in: Relink executable when libraries change. + diff --git a/src/admin/aname/Makefile.in b/src/admin/aname/Makefile.in index 3fb426a6e..46ffc9168 100644 --- a/src/admin/aname/Makefile.in +++ b/src/admin/aname/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) diff --git a/src/admin/convert/ChangeLog b/src/admin/convert/ChangeLog index 8a9c2e3f0..cf51e35ff 100644 --- a/src/admin/convert/ChangeLog +++ b/src/admin/convert/ChangeLog @@ -1,3 +1,7 @@ +Thu Sep 29 22:21:21 1994 Theodore Y. Ts'o (tytso@dcl) + + * Makefile.in: Relink executable when libraries change. + Thu Sep 15 17:11:30 1994 Theodore Y. Ts'o (tytso@dcl) * kdb5_convert.c (add_principal, enter_in_v5_db): Make the key diff --git a/src/admin/convert/Makefile.in b/src/admin/convert/Makefile.in index f4e8bb3e9..9f1c3c446 100644 --- a/src/admin/convert/Makefile.in +++ b/src/admin/convert/Makefile.in @@ -7,12 +7,15 @@ ISODELIB=@ISODELIB@ COMERRLIB=$(BUILDTOP)/util/et/libcom_err.a DBMLIB= KDBLIB=$(TOPLIBD)/libkdb5.a +DEPKDBLIB=$(TOPLIBD)/libkdb5.a + KDB4LIB=$(KRB4)/lib/libkdb.a KRB4LIB=$(KRB4)/lib/libkrb.a $(TOPLIBD)/libdes425.a all:: KLIB = $(TOPLIBD)/libkrb5.a $(TOPLIBD)/libcrypto.a $(ISODELIB) $(COMERRLIB) $(DBMLIB) +DEPKLIB = $(TOPLIBD)/libkrb5.a $(TOPLIBD)/libcrypto.a $(COMERRLIB) $(DBMLIB) DEPLIBS = $(DEPKDBLIB) $(DEPKLIB) diff --git a/src/admin/create/ChangeLog b/src/admin/create/ChangeLog index ae0a51bf9..456ed9362 100644 --- a/src/admin/create/ChangeLog +++ b/src/admin/create/ChangeLog @@ -1,3 +1,7 @@ +Thu Sep 29 22:19:37 1994 Theodore Y. Ts'o (tytso@dcl) + + * Makefile.in: Relink executable when libraries change. + Tue Jul 19 18:56:59 1994 Tom Yu (tlyu at dragons-lair) * kdb5_create.c: start kvno and mkno at 1, not 0. diff --git a/src/admin/create/Makefile.in b/src/admin/create/Makefile.in index 60b2d76ed..bb6f61f98 100644 --- a/src/admin/create/Makefile.in +++ b/src/admin/create/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) 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) diff --git a/src/admin/stash/ChangeLog b/src/admin/stash/ChangeLog index 1044c11ad..d62ef63c9 100644 --- a/src/admin/stash/ChangeLog +++ b/src/admin/stash/ChangeLog @@ -1,3 +1,7 @@ +Thu Sep 29 22:20:51 1994 Theodore Y. Ts'o (tytso@dcl) + + * Makefile.in: Relink executable when libraries change. + Wed Jun 29 00:23:09 1994 Tom Yu (tlyu at dragons-lair) * kdb5_stash.c: fix things that should have been krb5_init_ets diff --git a/src/admin/stash/Makefile.in b/src/admin/stash/Makefile.in index c87e036ff..960706284 100644 --- a/src/admin/stash/Makefile.in +++ b/src/admin/stash/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)