diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/util/et/ChangeLog | 4 | ||||
| -rw-r--r-- | src/util/et/Makefile.in | 2 |
2 files changed, 6 insertions, 0 deletions
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 <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 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 |
