From: Richard Basch Date: Wed, 19 Feb 1997 03:32:21 +0000 (+0000) Subject: Removed $(KRBOPT) from RFLAGS definition since it broke the Win16 build X-Git-Tag: krb5-1.1-beta1~1276 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=03b7083b9059f89d07f6befbc9e5da638e8affd9;p=krb5.git Removed $(KRBOPT) from RFLAGS definition since it broke the Win16 build and is not needed. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9915 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/windows/wintel/Makefile.in b/src/windows/wintel/Makefile.in index e7eb90d08..0503aeee4 100644 --- a/src/windows/wintel/Makefile.in +++ b/src/windows/wintel/Makefile.in @@ -24,8 +24,8 @@ CFLAGS = $(CCOPTS2) $(INCLUDES) /D$(KRB)=1 $(KRBOPT) /Zi CFLAGS = $(CCOPTS2) $(INCLUDES) /D$(KRB)=1 $(KRBOPT) !endif -##WIN32##RFLAGS = /D$(KRB)=1 $(INCLUDES) $(KRBOPT) -##WIN16##RFLAGS = /nologo /D$(KRB)=1 $(INCLUDES) $(KRBOPT) +##WIN32##RFLAGS = /D$(KRB)=1 $(INCLUDES) +##WIN16##RFLAGS = /nologo /D$(KRB)=1 $(INCLUDES) ##### Linker