mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-02-10 16:28:18 +01:00
build: Use AM_V_at for mkdir
This commit is contained in:
parent
06f0585c48
commit
509841b533
@ -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 = \
|
||||
|
Loading…
x
Reference in New Issue
Block a user