hash/Makefile.am, hash/crc32.h: Make the CRC table be `const'.
[mLib] / hash / Makefile.am
index c6c7bb6..877cd3a 100644 (file)
@@ -51,7 +51,7 @@ $(precomp)/crc32-tab.c:
        @$(mkdir_p) $(precomp)
        @$(MAKE) crc-mktab$(EXEEXT)
        $(AM_V_GEN)./crc-mktab -o $@.new \
-               -p0x04c11db7 -b32 -B8 -r -c \
+               -p0x04c11db7 -b32 -B8 -r -cC \
                -scrc32_table -icrc32.h -tuint32 && \
        mv $@.new $@
 endif