summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/Makefile.am
diff options
context:
space:
mode:
authorMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2012-06-07 16:51:10 +0200
committerLennart Poettering <lennart@poettering.net>2012-06-19 14:20:49 +0200
commit8070ec2ac51219c462ac05238eab239461c38454 (patch)
treed2b286b71523296d3a49739debd0eb006d354117 /avahi-daemon/Makefile.am
parent468519681b09f00851e1d4dd658b939e4e938cf6 (diff)
build-sys: fix MKDIR_P for recent automake
Diffstat (limited to 'avahi-daemon/Makefile.am')
-rw-r--r--avahi-daemon/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-daemon/Makefile.am b/avahi-daemon/Makefile.am
index b5d2bf4..b6b5a77 100644
--- a/avahi-daemon/Makefile.am
+++ b/avahi-daemon/Makefile.am
@@ -169,7 +169,7 @@ xmllint:
done
install-data-local:
- test -z "$(localstatedir)/run" || $(mkdir_p) "$(DESTDIR)$(localstatedir)/run"
+ test -z "$(localstatedir)/run" || $(MKDIR_P) "$(DESTDIR)$(localstatedir)/run"
update-systemd:
curl http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c > sd-daemon.c