mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 08:48:07 +02:00
build: add slash to directory name for mkdir
Just for consistency with other locations that call
$(MKDIR_P).
(cherry picked from commit c2f0764c1e)
This commit is contained in:
parent
eca56d3cab
commit
e9f23553bd
1 changed files with 3 additions and 3 deletions
|
|
@ -288,7 +288,7 @@ DBUS_INTERFACE_DOCS = \
|
|||
docs/api/dbus-org.freedesktop.NetworkManager.DnsManager.xml
|
||||
|
||||
introspection/%.c: introspection/%.xml
|
||||
@$(MKDIR_P) introspection
|
||||
@$(MKDIR_P) introspection/
|
||||
$(AM_V_GEN) gdbus-codegen \
|
||||
--generate-c-code $(basename $@) \
|
||||
--generate-docbook docs/api/dbus \
|
||||
|
|
@ -560,11 +560,11 @@ EXTRA_DIST += \
|
|||
libnm-core/crypto_nss.c
|
||||
|
||||
libnm-core/nm-vpn-dbus-types.xml: libnm-core libnm-core/nm-vpn-dbus-interface.h tools/enums-to-docbook.pl
|
||||
@$(MKDIR_P) libnm-core
|
||||
@$(MKDIR_P) libnm-core/
|
||||
$(AM_V_GEN) @PERL@ $(srcdir)/tools/enums-to-docbook.pl 'nm-vpn-dbus-types' 'VPN Plugin D-Bus API Types' $^ >$@
|
||||
|
||||
libnm-core/nm-dbus-types.xml: libnm-core libnm-core/nm-dbus-interface.h tools/enums-to-docbook.pl
|
||||
@$(MKDIR_P) libnm-core
|
||||
@$(MKDIR_P) libnm-core/
|
||||
$(AM_V_GEN) @PERL@ $(srcdir)/tools/enums-to-docbook.pl 'nm-dbus-types' 'NetworkManager D-Bus API Types' $^ >$@
|
||||
|
||||
BUILT_SOURCES += \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue