mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-02-09 23:57:20 +01:00
build: Use MKDIR_P variable instead of literal «mkdir -p»
This commit is contained in:
parent
309c82a016
commit
e9e4a60d7e
@ -75,7 +75,7 @@ libbsd_la_SOURCES = \
|
||||
|
||||
install-exec-hook:
|
||||
if [ "$(libdir)" != "$(runtimelibdir)" ]; then \
|
||||
mkdir -p $(DESTDIR)$(runtimelibdir); \
|
||||
$(MKDIR_P) $(DESTDIR)$(runtimelibdir); \
|
||||
mv $(DESTDIR)$(libdir)/libbsd*.so.* \
|
||||
$(DESTDIR)$(runtimelibdir)/; \
|
||||
soname=`readlink $(DESTDIR)$(libdir)/libbsd.so`; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user