Use ARADD instead of ARCHIVE
authorPaul Park <pjpark@mit.edu>
Tue, 6 Jun 1995 21:32:52 +0000 (21:32 +0000)
committerPaul Park <pjpark@mit.edu>
Tue, 6 Jun 1995 21:32:52 +0000 (21:32 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5957 dc483132-0cff-0310-8789-dd5450dbe970

src/krb524/ChangeLog
src/krb524/Makefile.in

index b5ffd7dfcf3d09ebd37f9e7f92ec301134f7d867..2d923e2240448b6c8207acaa49707b30f0bb77ba 100644 (file)
@@ -1,3 +1,11 @@
+
+Tue Jun 6 17:25:20 EDT 1995    Paul Park       (pjpark@mit.edu)
+       * Makefile.in : Change $(ARCHIVE) to $(ARADD) so that updates to the
+               library replace modules instead of appending them.
+       * cnv_tkt_skey.c, conv_creds.c : Concatenate the two strings which
+               comprise the print format.  Some compilers cannot deal with
+               <string><string> (e.g. Ultrix).
+
 Mon Jun  5 22:25:33 1995  Theodore Y. Ts'o  <tytso@dcl>
 
        * Makefile.in, cnv_tkt_skey.c, conv_creds.c, conv_princ.c,
index f2a77f37f1921f42fde0ff4a74a4aab81a8ef5ee..208a8c704603a10819831b764b453db64c51b7ff 100644 (file)
@@ -52,7 +52,7 @@ GENS  = krb524_err.c krb524_err.h
 all:: $(GENS) libkrb524.a krb524d test k524init
 
 libkrb524.a: $(OBJS)
-       $(ARCHIVE) $@ $(OBJS)
+       $(ARADD) $@ $(OBJS)
        $(RANLIB) $@
 
 test: libkrb524.a test.o $(DEPKDBLIB) $(DEPKLIB)