Removed $(KRBOPT) from RFLAGS definition since it broke the Win16 build
authorRichard Basch <probe@mit.edu>
Wed, 19 Feb 1997 03:32:21 +0000 (03:32 +0000)
committerRichard Basch <probe@mit.edu>
Wed, 19 Feb 1997 03:32:21 +0000 (03:32 +0000)
and is not needed.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9915 dc483132-0cff-0310-8789-dd5450dbe970

src/windows/wintel/Makefile.in

index e7eb90d084f142d2cd3111b0c4fba25b375f99b9..0503aeee48c6c086f7c9c36284e57918c04bc6bc 100644 (file)
@@ -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