From: Theodore Tso Date: Fri, 30 Sep 1994 02:47:33 +0000 (+0000) Subject: Relink executable if libraries change X-Git-Tag: krb5-1.0-beta4.3~57 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ccfaefdf174943379ddd8e9aa8a139a8d7d70c8e;p=krb5.git Relink executable if libraries change git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4399 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/appl/simple/client/ChangeLog b/src/appl/simple/client/ChangeLog new file mode 100644 index 000000000..52c8b242e --- /dev/null +++ b/src/appl/simple/client/ChangeLog @@ -0,0 +1,5 @@ +Thu Sep 29 22:45:52 1994 Theodore Y. Ts'o (tytso@dcl) + + * Makefile.in: Relink executable if library changes + + diff --git a/src/appl/simple/client/Makefile.in b/src/appl/simple/client/Makefile.in index 186e16c24..75dca9f5a 100644 --- a/src/appl/simple/client/Makefile.in +++ b/src/appl/simple/client/Makefile.in @@ -8,10 +8,11 @@ DBMLIB= all:: KLIB = $(TOPLIBD)/libkrb5.a $(TOPLIBD)/libcrypto.a $(ISODELIB) $(COMERRLIB) $(DBMLIB) +DEPKLIB = $(TOPLIBD)/libkrb5.a $(TOPLIBD)/libcrypto.a $(COMERRLIB) $(DBMLIB) LOCALINCLUDE= -I.. -I$(srcdir)/.. -sim_client: sim_client.o +sim_client: sim_client.o $(DEPKLIB) $(CC) $(CFLAGS) -o sim_client sim_client.o $(KLIB) $(LIBS) sim_client.o: $(srcdir)/sim_client.c diff --git a/src/appl/simple/server/ChangeLog b/src/appl/simple/server/ChangeLog new file mode 100644 index 000000000..67a34773b --- /dev/null +++ b/src/appl/simple/server/ChangeLog @@ -0,0 +1,4 @@ +Thu Sep 29 22:46:51 1994 Theodore Y. Ts'o (tytso@dcl) + + * Makefile.in: relink executable when libraries change + diff --git a/src/appl/simple/server/Makefile.in b/src/appl/simple/server/Makefile.in index a2b53637c..536981c5f 100644 --- a/src/appl/simple/server/Makefile.in +++ b/src/appl/simple/server/Makefile.in @@ -10,8 +10,9 @@ LOCALINCLUDE= -I.. -I$(srcdir)/.. all:: KLIB = $(TOPLIBD)/libkrb5.a $(TOPLIBD)/libcrypto.a $(ISODELIB) $(COMERRLIB) $(DBMLIB) +DEPKLIB = $(TOPLIBD)/libkrb5.a $(TOPLIBD)/libcrypto.a $(COMERRLIB) $(DBMLIB) -sim_server: sim_server.o +sim_server: sim_server.o $(DEPKLIB) $(CC) $(CFLAGS) -o sim_server sim_server.o $(KLIB) $(LIBS) sim_server.o: $(srcdir)/sim_server.c diff --git a/src/kadmin/client/ChangeLog b/src/kadmin/client/ChangeLog index 0d352b3ff..d48516572 100644 --- a/src/kadmin/client/ChangeLog +++ b/src/kadmin/client/ChangeLog @@ -1,3 +1,7 @@ +Thu Sep 29 22:39:10 1994 Theodore Y. Ts'o (tytso@dcl) + + * Makefile.in: relink executable if libraries change + Thu Sep 15 16:49:19 1994 Theodore Y. Ts'o (tytso@dcl) * kadm_add.c (kadm_add_user): Don't chop off last character of diff --git a/src/kadmin/client/Makefile.in b/src/kadmin/client/Makefile.in index 25faf6e5a..0242f66ad 100644 --- a/src/kadmin/client/Makefile.in +++ b/src/kadmin/client/Makefile.in @@ -10,10 +10,7 @@ KDBLIB=$(TOPLIBD)/libkdb5.a all:: KLIB = $(TOPLIBD)/libkrb5.a $(TOPLIBD)/libcrypto.a $(ISODELIB) $(SSLIB) $(COMERRLIB) $(DBMLIB) - -DEPLIBS = $(DEPKDBLIB) $(DEPKLIB) -LOCAL_LIBRARIES = $(KDBLIB) $(KLIB) - +DEPKLIB = $(TOPLIBD)/libkrb5.a $(TOPLIBD)/libcrypto.a $(SSLIB) $(COMERRLIB) $(DBMLIB) SRCS = \ $(srcdir)/kadmin.c \ @@ -41,7 +38,7 @@ OBJS = \ all:: kadmin -kadmin: $(KDBDEPLIB) $(OBJS) $(DEBKLIB) +kadmin: $(KDBDEPLIB) $(OBJS) $(DEPKLIB) $(CC) $(CFLAGS) -o kadmin $(OBJS) $(KLIB) $(LIBS) install:: diff --git a/src/kadmin/kpasswd/ChangeLog b/src/kadmin/kpasswd/ChangeLog index 49f0c2d19..322a099b8 100644 --- a/src/kadmin/kpasswd/ChangeLog +++ b/src/kadmin/kpasswd/ChangeLog @@ -1,3 +1,7 @@ +Thu Sep 29 22:40:10 1994 Theodore Y. Ts'o (tytso@dcl) + + * Makefile.in: relink executable if libraries change + Tue Aug 9 21:42:02 1994 Tom Yu (tlyu@dragons-lair) * networked.c: yet another utent fix diff --git a/src/kadmin/kpasswd/Makefile.in b/src/kadmin/kpasswd/Makefile.in index 99b009e6e..302abaa63 100644 --- a/src/kadmin/kpasswd/Makefile.in +++ b/src/kadmin/kpasswd/Makefile.in @@ -10,9 +10,7 @@ KDBLIB=$(TOPLIBD)/libkdb5.a all:: KLIB = $(TOPLIBD)/libkrb5.a $(TOPLIBD)/libcrypto.a $(ISODELIB) $(SSLIB) $(COMERRLIB) $(DBMLIB) - -DEPLIBS = $(DEPKDBLIB) $(DEPKLIB) -LOCAL_LIBRARIES = $(KDBLIB) $(KLIB) +DEPKLIB = $(TOPLIBD)/libkrb5.a $(TOPLIBD)/libcrypto.a $(SSLIB) $(COMERRLIB) $(DBMLIB) SRCS = \ $(srcdir)/networked.c \ @@ -25,7 +23,7 @@ OBJS = \ all:: kpasswd -kpasswd: $(KDBDEPLIB) $(OBJS) $(DEBKLIB) +kpasswd: $(KDBDEPLIB) $(OBJS) $(DEPKLIB) $(CC) $(CFLAGS) -o kpasswd $(OBJS) $(KLIB) $(LIBS) install:: diff --git a/src/kadmin/server/ChangeLog b/src/kadmin/server/ChangeLog index 81726febf..8c1ad6d52 100644 --- a/src/kadmin/server/ChangeLog +++ b/src/kadmin/server/ChangeLog @@ -1,3 +1,7 @@ +Thu Sep 29 22:41:08 1994 Theodore Y. Ts'o (tytso@dcl) + + * Makefile.in: relink executable if libraries change + Wed Sep 14 22:33:23 1994 Theodore Y. Ts'o (tytso@dcl) * adm_server (init_db): Save a copy of the master key database