2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

[master] fix WIN32 nmake crc64

- trivial typo in CRC-64 windows build
This commit is contained in:
Evan Hunt 2013-06-26 14:49:01 -07:00
parent f42c0dcca8
commit c5a53e9ab5

View File

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