From 509841b53319068d8e943d5584288ad2042e3b3c Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sat, 25 May 2013 15:44:57 +0200 Subject: [PATCH] build: Use AM_V_at for mkdir --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 95ebbb9..8328372 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 = \ -- 2.47.3