Release 2.2.2.1.
[mLib] / hash / Makefile.am
index 4ab562c..07fa219 100644 (file)
@@ -48,9 +48,8 @@ PRECOMPS              += $(precomp)/crc32-tab.c
 if !CROSS_COMPILING
 $(precomp)/crc32-tab.c:
        @$(mkdir_p) $(precomp)
-       @$(build_util_libs)
-       @$(MAKE) crc-mktab$(EXEEXT)
-       ./crc-mktab -o $@.new \
+       @$(MAKE) crc-mktab$e
+       $(AM_V_GEN)./crc-mktab -o $@.new \
                -p0x04c11db7 -b32 -B8 -r -c \
                -scrc32_table -icrc32.h -tuint32 && \
        mv $@.new $@
@@ -80,10 +79,9 @@ PRECOMPS             += $(precomp)/unihash-global.c
 if !CROSS_COMPILING
 $(precomp)/unihash-global.c:
        @$(mkdir_p) $(precomp)
-       @$(build_util_libs)
-       @$(MAKE) unihash-mkstatic$(EXEEXT)
-       ./unihash-mkstatic -c -sunihash_global -iunihash.h -o$@.new && \
-               mv $@.new $@
+       @$(MAKE) unihash-mkstatic$e
+       $(AM_V_GEN)./unihash-mkstatic -c -sunihash_global -iunihash.h \
+               -o$@.new && mv $@.new $@
 endif
 
 check_PROGRAMS         += t/unihash.t