From: Jeffrey Altman Date: Sun, 9 Apr 2006 08:52:50 +0000 (+0000) Subject: STABLE14-STABLE-windows-vs2005-compat-20060409 X-Git-Tag: openafs-stable-1_4_1~6 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=f7d266f864f9662d7a58a54047ebffa868c2e8a2;p=packages%2Fo%2Fopenafs.git STABLE14-STABLE-windows-vs2005-compat-20060409 correct the makefile so it is compatible with the latest nmake --- 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