From ecef26eb7635d529456f4b3e347c3c5b59d1cc70 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Mon, 28 Feb 2000 22:03:07 +0000 Subject: [PATCH] * Makefile.in (com_err.o): Depends on com_err.c git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12089 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/et/ChangeLog | 4 ++++ src/util/et/Makefile.in | 2 ++ 2 files changed, 6 insertions(+) diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog index dd8a07491..345416e37 100644 --- a/src/util/et/ChangeLog +++ b/src/util/et/ChangeLog @@ -1,3 +1,7 @@ +2000-02-23 Ken Raeburn + + * Makefile.in (com_err.o): Depends on com_err.c. + 1999-10-28 Alexandra Ellwood * error_message.c, error_table.h: Added support to use ErrorLib diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in index aa512ea1e..f97b5aadc 100644 --- a/src/util/et/Makefile.in +++ b/src/util/et/Makefile.in @@ -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 -- 2.26.2