From: Sam Hartman Date: Sat, 22 Feb 1997 05:36:31 +0000 (+0000) Subject: Update the major version to 3; X-Git-Tag: krb5-1.1-beta1~1247 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0aeca803b06749a1807aabe38987ce5c7e2038f8;p=krb5.git Update the major version to 3; 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 --- diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog index a10c3d2db..b3fbf189b 100644 --- a/src/util/et/ChangeLog +++ b/src/util/et/ChangeLog @@ -1,3 +1,7 @@ +Sat Feb 22 00:34:05 1997 Sam Hartman + + * 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 * com_err.c com_err.h error_message.c error_table.h et_c.awk et_h.awk: diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in index 51c060123..4c1dd460d 100644 --- a/src/util/et/Makefile.in +++ b/src/util/et/Makefile.in @@ -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