diff options
author | Ken Raeburn <raeburn@mit.edu> | 2000-02-28 22:03:07 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 2000-02-28 22:03:07 +0000 |
commit | ecef26eb7635d529456f4b3e347c3c5b59d1cc70 (patch) | |
tree | 3e3d25655b0450ff0c1497b47f0e0194726d90b8 /src/util/et/Makefile.in | |
parent | 27daaa9460920d2cd91227ab2ec2c184da5b5d7a (diff) | |
download | krb5-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/util/et/Makefile.in')
-rw-r--r-- | src/util/et/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
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 |