ticket: 2962
version_fixed: 1.4.1
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-4@17138
dc483132-0cff-0310-8789-
dd5450dbe970
from the first call to krb5_get_init_creds(). This can happen
when no master KDC is configured.
+2005-03-14 Jeffrey Altman <jaltman@mit.edu>
+
+ * Makefile.in: fix maintainer mode since it is not supported on
+ Windows.
+
2005-03-03 Ken Raeburn <raeburn@mit.edu>
* x-deltat.y (tok_WS): Renamed terminal from "WS", which conflicts
# Someday, when we have a "maintainer mode", do this right:
BISON=bison
BISONFLAGS=-v # -v -> .output; -d -> .h
-$(srcdir)/deltat.c : @MAINT@ x-deltat.y
+DELTAT_DEP=@MAINT@ x-deltat.y
+##WIN32##DELTAT_DEP=
+
+$(srcdir)/deltat.c : $(DELTAT_DEP)
$(BISON) $(BISONFLAGS) -o $(srcdir)/deltat.c $(srcdir)/x-deltat.y
##DOS##LIBOBJS = $(OBJS)