chiark / gitweb /
Build system: Use Automake 1.11 `silent-rules'.
[mLib] / hash / Makefile.am
index 4ab562c8cd3ebc210026bffdf7791763d61ddb4f..938b605ec6de108daf5e28e83f352cde756f9b82 100644 (file)
@@ -50,7 +50,7 @@ $(precomp)/crc32-tab.c:
        @$(mkdir_p) $(precomp)
        @$(build_util_libs)
        @$(MAKE) crc-mktab$(EXEEXT)
-       ./crc-mktab -o $@.new \
+       $(AM_V_GEN)./crc-mktab -o $@.new \
                -p0x04c11db7 -b32 -B8 -r -c \
                -scrc32_table -icrc32.h -tuint32 && \
        mv $@.new $@
@@ -82,8 +82,8 @@ $(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 $@
+       $(AM_V_GEN)./unihash-mkstatic -c -sunihash_global -iunihash.h \
+               -o$@.new && mv $@.new $@
 endif
 
 check_PROGRAMS         += t/unihash.t