Commit 509841b53319068d8e943d5584288ad2042e3b3c

Guillem Jover 2013-05-25T15:44:57

build: Use AM_V_at for mkdir

1
2
3
4
5
6
7
8
9
10
11
12
13
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 = \