* err_txt.c: Don't include krb_err.c if DEPEND is defined
authorKen Raeburn <raeburn@mit.edu>
Fri, 13 May 2005 06:16:14 +0000 (06:16 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 13 May 2005 06:16:14 +0000 (06:16 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17215 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb4/ChangeLog
src/lib/krb4/err_txt.c

index b9258c750427bfb113111b795c1334c0d828caff..404e2cc713b26f82e830e31a92e0cca0b585779b 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-13  Ken Raeburn  <raeburn@mit.edu>
+
+       * err_txt.c: Don't include krb_err.c if DEPEND is defined.
+
 2004-12-08  Ken Raeburn  <raeburn@mit.edu>
 
        * RealmsConfig-glue.c (krb_get_krbhst): Check if DNS should be
index a7a290c947a327fddaf76c684ec0bbba4d2d243a..0c4a0115860a8e060d7f2c8fc9dab0a9c0bc26a6 100644 (file)
@@ -32,7 +32,7 @@
  * com_err error table, but the text is static in krb_err.c.  We can't
  * alias it by making a pointer to it, either, so we have to suck in
  * another copy of it that is named differently.   */
-#if TARGET_OS_MAC
+#if TARGET_OS_MAC && !defined(DEPEND)
 #undef initialize_krb_error_table
 #define initialize_krb_error_table     krb4int_init_krb_err_tbl
 void krb4int_init_krb_err_tbl(void);