+Fri Nov 6 10:23:32 1998 Ezra Peisach <epeisach@mit.edu>
+
+ * keyhash_provider/Makefile.in: Fix to allow building out of the
+ source tree.
+
Tue Sep 22 21:19:01 1998 Tom Yu <tlyu@mit.edu>
* prng.c (krb5_c_random_make_octets): Fix to nfold into 15 bytes,
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)
+Fri Nov 6 10:29:34 1998 Ezra Peisach <epeisach@mit.edu>
+
+ * Makefile.in: Fix for make check to work out of source tree.
+
Sun Jul 19 12:00:00 1998 Marc Horowitz <marc@mit.edu>
* *.c: replace the crypto layer.
thisconfigdir=./..
BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
-CFLAGS = $(CCOPTS) $(DEFS)
+CFLAGS = $(CCOPTS) $(DEFS) -I$(srcdir)
##DOS##BUILDTOP = ..\..\..
##DOS##PREFIXDIR=md4