]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-STABLE-windows-vs2005-compat-20060409
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 9 Apr 2006 08:52:50 +0000 (08:52 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 9 Apr 2006 08:52:50 +0000 (08:52 +0000)
correct the makefile so it is compatible with the latest nmake

src/WINNT/afsapplib/NTMakefile

index 8164cd61513d835463dec034ae2e884c10309a67..fe02abcdd3f3ced5f67a3403571fd8c409d10bfb 100644 (file)
@@ -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