[513] in Kerberos
installing kerberos
daemon@TELECOM.MIT.EDU (David A Rasmussen)
Tue Oct 18 17:47:04 1988
From: David A Rasmussen <dave@CSD4.MILW.WISC.EDU>
To: kerberos@ATHENA.MIT.EDU
Forgive my stupid questions regarding making this beast, but I am hung up
on the lib/des directory where in make depend it builds a bunch of
include files like:
# Generated files
GFILES = \
./key_perm.h \
./p_table.h \
./s_table.h \
./odd.h \
./e.c \
./p.c \
./s.c \
./fp.c \
./ip.c
My make runs until it dies at p_table.h. make_ptable works fine if I execute
it myself. Just wondering if anyone had any makefile patches or anything
before I figure out that a slash or something else is missing somewhere. ;-?