* Makefile.in (com_err.o): Depends on com_err.c
authorKen Raeburn <raeburn@mit.edu>
Mon, 28 Feb 2000 22:03:07 +0000 (22:03 +0000)
committerKen Raeburn <raeburn@mit.edu>
Mon, 28 Feb 2000 22:03:07 +0000 (22:03 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12089 dc483132-0cff-0310-8789-dd5450dbe970

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

index dd8a0749108bbf55a6b8727157d2547cbb7417bf..345416e37e196f3c8202f8d1d99754e5061d05c5 100644 (file)
@@ -1,3 +1,7 @@
+2000-02-23  Ken Raeburn  <raeburn@mit.edu>
+
+       * Makefile.in (com_err.o): Depends on com_err.c.
+
 1999-10-28  Alexandra Ellwood  <lxs@mit.edu>
 
        * error_message.c, error_table.h: Added support to use ErrorLib 
index aa512ea1ec9ccdadedef46cfe6b2dccc9bcb6b5c..f97b5aadcda84ebf424f38f38dd1b9da6dbb170f 100644 (file)
@@ -73,6 +73,8 @@ error_table.c: $(srcdir)/error_table.y
 error_table.o: error_table.c et_lex.lex.c
        $(CC) $(ALL_CFLAGS) -c error_table.c
 
+com_err.o : com_err.c
+
 et_lex.lex.o: et_lex.lex.c
 test1.o: test1.c
 test2.o: test2.c