From: Ken Raeburn Date: Mon, 28 Feb 2000 22:03:07 +0000 (+0000) Subject: * Makefile.in (com_err.o): Depends on com_err.c X-Git-Tag: krb5-1.2-beta2~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ecef26eb7635d529456f4b3e347c3c5b59d1cc70;p=thirdparty%2Fkrb5.git * 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 --- diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog index dd8a074910..345416e37e 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 aa512ea1ec..f97b5aadcd 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