build: Use AM_V_at for mkdir

This commit is contained in:
Guillem Jover 2013-05-25 15:44:57 +02:00
parent 06f0585c48
commit 509841b533

View File

@ -27,7 +27,7 @@ pkgconfig_DATA = \
lib_LTLIBRARIES = libbsd.la
hash/md5hl.c: $(srcdir)/hash/helper.c
$(MKDIR_P) hash
$(AM_V_at) $(MKDIR_P) hash
$(AM_V_GEN) sed -e 's:hashinc:md5.h:g' -e 's:HASH:MD5:g' $< > $@
libbsd_la_DEPENDENCIES = \