diff options
author | Greg Hudson <ghudson@mit.edu> | 2011-02-24 10:00:12 +0000 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2011-02-24 10:00:12 +0000 |
commit | ec53f840a4b07076ffd413d66c5893fdfe3c9796 (patch) | |
tree | a04cc3e30bf924ea1fe313c32b8dfc1ce6031c4e /src | |
parent | ad780e3f3d89bee45d48da3e342df0fb8185cdbf (diff) | |
download | krb5-ec53f840a4b07076ffd413d66c5893fdfe3c9796.tar.gz krb5-ec53f840a4b07076ffd413d66c5893fdfe3c9796.tar.xz krb5-ec53f840a4b07076ffd413d66c5893fdfe3c9796.zip |
Make depend
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24654 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/crypto/krb/prng/deps | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/src/lib/crypto/krb/prng/deps b/src/lib/crypto/krb/prng/deps index 9e1eafe1c1..ca2553a505 100644 --- a/src/lib/crypto/krb/prng/deps +++ b/src/lib/crypto/krb/prng/deps @@ -3,15 +3,12 @@ # prng.so prng.po $(OUTPRE)prng.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \ $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \ - $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(srcdir)/../../builtin/sha1/shs.h \ - $(srcdir)/../../builtin/yhash.h $(srcdir)/yarrow/yarrow.h \ - $(srcdir)/yarrow/ycipher.h $(srcdir)/yarrow/ytypes.h \ - $(top_srcdir)/include/k5-buf.h $(top_srcdir)/include/k5-err.h \ - $(top_srcdir)/include/k5-gmt_mktime.h $(top_srcdir)/include/k5-int-pkinit.h \ - $(top_srcdir)/include/k5-int.h $(top_srcdir)/include/k5-platform.h \ - $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \ - $(top_srcdir)/include/k5-trace.h $(top_srcdir)/include/krb5.h \ - $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/locate_plugin.h \ + $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(top_srcdir)/include/k5-buf.h \ + $(top_srcdir)/include/k5-err.h $(top_srcdir)/include/k5-gmt_mktime.h \ + $(top_srcdir)/include/k5-int-pkinit.h $(top_srcdir)/include/k5-int.h \ + $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \ + $(top_srcdir)/include/k5-thread.h $(top_srcdir)/include/k5-trace.h \ + $(top_srcdir)/include/krb5.h $(top_srcdir)/include/krb5/authdata_plugin.h \ $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/krb5/preauth_plugin.h \ $(top_srcdir)/include/port-sockets.h $(top_srcdir)/include/socket-utils.h \ prng.c prng.h |