mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 16:58:00 +02:00
build: Use $(MKDIR_P) syntax suitable for install-sh
This fixes the build when a GNU-compatible `mkdir -p` is not available. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=103521 [smcv: Add commit message] Reviewed-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
9ebf0004d1
commit
c7d8b723eb
1 changed files with 1 additions and 1 deletions
|
|
@ -543,7 +543,7 @@ EXTRA_DIST += $(static_data)
|
|||
## copy tests to builddir so that generated tests and static tests
|
||||
## are all in one place.
|
||||
all-local: copy-config-local uninstalled-config-local
|
||||
$(AM_V_at)$(MKDIR_P) -m700 XDG_RUNTIME_DIR
|
||||
$(AM_V_at)$(MKDIR_P) -m 700 XDG_RUNTIME_DIR
|
||||
|
||||
copy-config-local:
|
||||
$(AM_V_at)$(MKDIR_P) data/valid-config-files/session.d
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue