]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] fix WIN32 nmake crc64
authorEvan Hunt <each@isc.org>
Wed, 26 Jun 2013 21:49:01 +0000 (14:49 -0700)
committerEvan Hunt <each@isc.org>
Wed, 26 Jun 2013 21:49:01 +0000 (14:49 -0700)
- trivial typo in CRC-64 windows build

lib/isc/win32/libisc.mak

index 3ff26ef6b50b641dbf0c236ddfa0585a8386ed3a..526cf6c14576dcf811cd2a7b7942c72b0cfc619a 100644 (file)
@@ -1306,12 +1306,14 @@ SOURCE=..\crc64.c
 
 
 "$(INTDIR)\crc64.obj" : $(SOURCE) "$(INTDIR)"
+       $(CPP) $(CPP_PROJ) $(SOURCE)
 
 
 !ELSEIF  "$(CFG)" == "libisc - Win32 Debug"
 
 
 "$(INTDIR)\crc64.obj"  "$(INTDIR)\crc64.sbr" : $(SOURCE) "$(INTDIR)"
+       $(CPP) $(CPP_PROJ) $(SOURCE)
 
 
 !ENDIF