From: Jeffrey Altman Date: Tue, 15 Mar 2005 06:35:29 +0000 (+0000) Subject: The current wconfig.c does not treat @MAINT@ as a comment. Until we X-Git-Tag: ms-bug-test-20060525~311 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1fc73e01e43d45d31defe61da23b3291312652eb;p=krb5.git The current wconfig.c does not treat @MAINT@ as a comment. Until we have one that does, override the use of @MAINT@ on Windows. ticket: 2962 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17128 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/krb/ChangeLog b/src/lib/krb5/krb/ChangeLog index 8a60cabac..f5cbe7b64 100644 --- a/src/lib/krb5/krb/ChangeLog +++ b/src/lib/krb5/krb/ChangeLog @@ -1,3 +1,8 @@ +2005-03-14 Jeffrey Altman + + * Makefile.in: fix maintainer mode since it is not supported on + Windows. + 2005-03-03 Ken Raeburn * x-deltat.y (tok_WS): Renamed terminal from "WS", which conflicts diff --git a/src/lib/krb5/krb/Makefile.in b/src/lib/krb5/krb/Makefile.in index f4e12a11a..633e1d38f 100644 --- a/src/lib/krb5/krb/Makefile.in +++ b/src/lib/krb5/krb/Makefile.in @@ -277,7 +277,10 @@ SRCS= $(srcdir)/addr_comp.c \ # 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)