diff options
author | Zhanna Tsitkov <tsitkova@mit.edu> | 2009-09-16 16:51:13 +0000 |
---|---|---|
committer | Zhanna Tsitkov <tsitkova@mit.edu> | 2009-09-16 16:51:13 +0000 |
commit | b794a46deda934234a09c083920c84b9c822108c (patch) | |
tree | 52eaf049a8c619ca6ea114846b0808fbd5ad9da6 /src/util/et | |
parent | 2b607418f2d745472a0f9d70e6ddc61f21ee9a01 (diff) | |
download | krb5-b794a46deda934234a09c083920c84b9c822108c.tar.gz krb5-b794a46deda934234a09c083920c84b9c822108c.tar.xz krb5-b794a46deda934234a09c083920c84b9c822108c.zip |
Crypto modularity proj.: Move prf and random-to-key ops from backend to krb
bigredbutton: whitespace
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22769 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/et')
-rw-r--r-- | src/util/et/deps | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/util/et/deps b/src/util/et/deps index 2919ddbf4..218fefebd 100644 --- a/src/util/et/deps +++ b/src/util/et/deps @@ -2,11 +2,11 @@ # Generated makefile dependencies follow. # error_message.so error_message.po $(OUTPRE)error_message.$(OBJEXT): \ - $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/k5-platform.h \ - $(SRCTOP)/include/k5-thread.h com_err.h error_message.c \ - error_table.h -et_name.so et_name.po $(OUTPRE)et_name.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \ + $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/autoconf.h \ + $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \ + com_err.h error_message.c error_table.h +et_name.so et_name.po $(OUTPRE)et_name.$(OBJEXT): $(SRCTOP)/include/autoconf.h \ $(SRCTOP)/include/k5-thread.h com_err.h error_table.h \ et_name.c -com_err.so com_err.po $(OUTPRE)com_err.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \ +com_err.so com_err.po $(OUTPRE)com_err.$(OBJEXT): $(SRCTOP)/include/autoconf.h \ $(SRCTOP)/include/k5-thread.h com_err.c com_err.h error_table.h |