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

src/appl/simple/client/ChangeLog [new file with mode: 0644]
src/appl/simple/client/Makefile.in
src/appl/simple/server/ChangeLog [new file with mode: 0644]
src/appl/simple/server/Makefile.in
src/kadmin/client/ChangeLog
src/kadmin/client/Makefile.in
src/kadmin/kpasswd/ChangeLog
src/kadmin/kpasswd/Makefile.in
src/kadmin/server/ChangeLog

diff --git a/src/appl/simple/client/ChangeLog b/src/appl/simple/client/ChangeLog
new file mode 100644 (file)
index 0000000..52c8b24
--- /dev/null
@@ -0,0 +1,5 @@
+Thu Sep 29 22:45:52 1994  Theodore Y. Ts'o  (tytso@dcl)
+
+       * Makefile.in: Relink executable if library changes
+
+
index 186e16c241263010c9306f17d1bb6a6ac29dfbb8..75dca9f5aec6970e2642075aeabfc64290a9a991 100644 (file)
@@ -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 (file)
index 0000000..67a3477
--- /dev/null
@@ -0,0 +1,4 @@
+Thu Sep 29 22:46:51 1994  Theodore Y. Ts'o  (tytso@dcl)
+
+       * Makefile.in: relink executable when libraries change
+
index a2b53637cf73ad9bf761d15aac8c5ca9956e528a..536981c5f3013db180cb40dea804698eed583559 100644 (file)
@@ -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
index 0d352b3ff052a2eb39a19a90eb0afe1b49bbd6c9..d48516572b3bae6331ebf9a2cef17be79f3237c8 100644 (file)
@@ -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
index 25faf6e5a1fd19bf3b7c2e218c49f9222689eea4..0242f66ad35bcb88a819264d30dbca5ae606f597 100644 (file)
@@ -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::
index 49f0c2d190e09c920e40fcfeeed151745ecaad46..322a099b8a48bbda4a05f5056eddc16db62c3d81 100644 (file)
@@ -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
index 99b009e6e13a30654eb5767e1ea220e677fa8738..302abaa6338094e71e4676af9dcabb0e8ba094fb 100644 (file)
@@ -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::
index 81726febfeca04d3a6b5c15db5e95ab31ead6709..8c1ad6d524e933fb134f643ac1eddd4e406b6e7d 100644 (file)
@@ -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