Update the major version to 3;
authorSam Hartman <hartmans@mit.edu>
Sat, 22 Feb 1997 05:36:31 +0000 (05:36 +0000)
committerSam Hartman <hartmans@mit.edu>
Sat, 22 Feb 1997 05:36:31 +0000 (05:36 +0000)
NetBSD has an incompatible (thanks to recent changes)
libcom_err.so.2.0 that its linker
prefers to libcom_err.so.1.0

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9944 dc483132-0cff-0310-8789-dd5450dbe970

src/util/et/ChangeLog
src/util/et/Makefile.in

index a10c3d2db7863cd44a2bcf99bfe584e81e037e9c..b3fbf189b29e402f1d7b7fa8f4d3075591801d1f 100644 (file)
@@ -1,3 +1,7 @@
+Sat Feb 22 00:34:05 1997  Sam Hartman  <hartmans@luminous.MIT.EDU>
+
+       * Makefile.in (LIBMAJOR):  Bump to 3 so that the krb5 lib is preferred to the NetBSD system library.
+
 Fri Feb 14 13:55:45 1997  Richard Basch  <basch@lehman.com>
 
        * com_err.c com_err.h error_message.c error_table.h et_c.awk et_h.awk:
index 51c0601233825f62c9739e8926700d5062b8f825..4c1dd460dd40cc3302225e62d56955dd968565a6 100644 (file)
@@ -10,7 +10,7 @@ SED = sed
 STLIBOBJS=error_message.o et_name.o init_et.o com_err.o
 STOBJLISTS=OBJS.ST
 LIB=com_err
-LIBMAJOR=1
+LIBMAJOR=3
 LIBMINOR=0
 
 all-unix:: all-liblinks