summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/keyhash_provider
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1998-11-06 15:32:53 +0000
committerEzra Peisach <epeisach@mit.edu>1998-11-06 15:32:53 +0000
commit50b503bc9ba34b0d3eeea3f4bf3932f93d179480 (patch)
tree3661cbb23452a30785cd8a31f3a0fbb5fdbc0262 /src/lib/crypto/keyhash_provider
parent6e07b9b86596fddb3ffb412bf52ca32b5d01055b (diff)
Fixes to build out of source tree
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11020 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/keyhash_provider')
-rw-r--r--src/lib/crypto/keyhash_provider/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/crypto/keyhash_provider/Makefile.in b/src/lib/crypto/keyhash_provider/Makefile.in
index 86a4796cb..c614d4b69 100644
--- a/src/lib/crypto/keyhash_provider/Makefile.in
+++ b/src/lib/crypto/keyhash_provider/Makefile.in
@@ -27,11 +27,11 @@ includes:: depend
depend:: $(SRCS)
-t_cksum4.o: t_cksum.c
- $(CC) -DMD=4 $(CFLAGS) -o t_cksum4.o -c t_cksum.c
+t_cksum4.o: $(srcdir)/t_cksum.c
+ $(CC) -DMD=4 $(CFLAGS) -o t_cksum4.o -c $(srcdir)/t_cksum.c
-t_cksum5.o: t_cksum.c
- $(CC) -DMD=5 $(CFLAGS) -o t_cksum5.o -c t_cksum.c
+t_cksum5.o: $(srcdir)/t_cksum.c
+ $(CC) -DMD=5 $(CFLAGS) -o t_cksum5.o -c $(srcdir)/t_cksum.c
t_cksum4: t_cksum4.o $(KRB5_BASE_DEPLIBS)
$(CC_LINK) -o t_cksum4 t_cksum4.o $(KRB5_BASE_LIBS)