+Thu Apr 9 18:44:16 1998 Tom Yu <tlyu@mit.edu>
+
+ * Makefile.in (includes): The header is krb_err.h, not
+ /krb_err.h.
+
Sun Apr 5 19:51:21 1998 Tom Yu <tlyu@mit.edu>
* g_cnffile.c (krb__get_srvtabname): Fix up to not free context
depend:: $(CODE)
includes:: krb_err.h
- if cmp /krb_err.h $(EHDRDIR)/krb_err.h >/dev/null 2>&1; then :; \
+ if cmp krb_err.h $(EHDRDIR)/krb_err.h >/dev/null 2>&1; then :; \
else \
(set -x; $(RM) $(EHDRDIR)/krb_err.h; \
$(CP) krb_err.h $(EHDRDIR)/krb_err.h) ; \