From f7d266f864f9662d7a58a54047ebffa868c2e8a2 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Sun, 9 Apr 2006 08:52:50 +0000 Subject: [PATCH] STABLE14-STABLE-windows-vs2005-compat-20060409 correct the makefile so it is compatible with the latest nmake --- src/WINNT/afsapplib/NTMakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WINNT/afsapplib/NTMakefile b/src/WINNT/afsapplib/NTMakefile index 8164cd615..fe02abcdd 100644 --- a/src/WINNT/afsapplib/NTMakefile +++ b/src/WINNT/afsapplib/NTMakefile @@ -84,7 +84,7 @@ DLLLIBS = \ DLLFILE = $(DESTDIR)\root.server\usr\afs\bin\TaAfsAppLib.dll -!IF ("$(AFSVER_CL)"<"1400") +!IF ($(AFSVER_CL) < 1400) DEFFILE = TaAfsAppLib.def !ELSE DEFFILE = TaAfsAppLib2005.def -- 2.39.5