summaryrefslogtreecommitdiff
path: root/examples/cm/no-protocols/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cm/no-protocols/Makefile.am')
-rw-r--r--examples/cm/no-protocols/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cm/no-protocols/Makefile.am b/examples/cm/no-protocols/Makefile.am
index 791cc8b58..ae3562779 100644
--- a/examples/cm/no-protocols/Makefile.am
+++ b/examples/cm/no-protocols/Makefile.am
@@ -15,7 +15,7 @@ if INSTALL_EXAMPLES
servicedir = ${datadir}/dbus-1/services
service_DATA = _gen/org.freedesktop.Telepathy.ConnectionManager.example_no_protocols.service
$(service_DATA): %: Makefile
- $(mkdir_p) _gen
+ $(MKDIR_P) _gen
{ echo "[D-BUS Service]" && \
echo "Name=org.freedesktop.Telepathy.ConnectionManager.example_no_protocols" && \
echo "Exec=${libexecdir}/telepathy-example-cm-no-protocols"; } > $@