mirror of
https://github.com/netwide-assembler/nasm.git
synced 2026-01-26 16:09:24 +00:00
nasmlib: rename crc32.c to crc32b.c to avoid conflict with zlib/crc32.c
For the benefit of those platforms which have to rely on VPATH, avoid having the same filename in multiple subdirectories. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
parent
378ee0e9c5
commit
013db3d446
@ -185,7 +185,7 @@ LIBOBJ_NW = \
|
||||
\
|
||||
nasmlib/ver.$(O) \
|
||||
nasmlib/alloc.$(O) nasmlib/asprintf.$(O) \
|
||||
nasmlib/crc32.$(O) nasmlib/crc64.$(O) nasmlib/md5c.$(O) \
|
||||
nasmlib/crc32b.$(O) nasmlib/crc64.$(O) nasmlib/md5c.$(O) \
|
||||
nasmlib/string.$(O) nasmlib/nctype.$(O) \
|
||||
nasmlib/file.$(O) nasmlib/mmap.$(O) nasmlib/ilog2.$(O) \
|
||||
nasmlib/realpath.$(O) nasmlib/path.$(O) \
|
||||
|
||||
@ -136,7 +136,7 @@ LIBOBJ_NW = \
|
||||
\
|
||||
nasmlib\ver.obj \
|
||||
nasmlib\alloc.obj nasmlib\asprintf.obj \
|
||||
nasmlib\crc32.obj nasmlib\crc64.obj nasmlib\md5c.obj \
|
||||
nasmlib\crc32b.obj nasmlib\crc64.obj nasmlib\md5c.obj \
|
||||
nasmlib\string.obj nasmlib\nctype.obj \
|
||||
nasmlib\file.obj nasmlib\mmap.obj nasmlib\ilog2.obj \
|
||||
nasmlib\realpath.obj nasmlib\path.obj \
|
||||
|
||||
@ -121,7 +121,7 @@ LIBOBJ_NW = &
|
||||
&
|
||||
nasmlib\ver.obj &
|
||||
nasmlib\alloc.obj nasmlib\asprintf.obj &
|
||||
nasmlib\crc32.obj nasmlib\crc64.obj nasmlib\md5c.obj &
|
||||
nasmlib\crc32b.obj nasmlib\crc64.obj nasmlib\md5c.obj &
|
||||
nasmlib\string.obj nasmlib\nctype.obj &
|
||||
nasmlib\file.obj nasmlib\mmap.obj nasmlib\ilog2.obj &
|
||||
nasmlib\realpath.obj nasmlib\path.obj &
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user