summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2000-02-28 22:03:07 +0000
committerKen Raeburn <raeburn@mit.edu>2000-02-28 22:03:07 +0000
commitecef26eb7635d529456f4b3e347c3c5b59d1cc70 (patch)
tree3e3d25655b0450ff0c1497b47f0e0194726d90b8 /src
parent27daaa9460920d2cd91227ab2ec2c184da5b5d7a (diff)
downloadkrb5-ecef26eb7635d529456f4b3e347c3c5b59d1cc70.tar.gz
krb5-ecef26eb7635d529456f4b3e347c3c5b59d1cc70.tar.xz
krb5-ecef26eb7635d529456f4b3e347c3c5b59d1cc70.zip
* 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
Diffstat (limited to 'src')
-rw-r--r--src/util/et/ChangeLog4
-rw-r--r--src/util/et/Makefile.in2
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