From 8070ec2ac51219c462ac05238eab239461c38454 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Perennou Date: Thu, 7 Jun 2012 16:51:10 +0200 Subject: build-sys: fix MKDIR_P for recent automake --- avahi-daemon/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-daemon/Makefile.am') 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 -- cgit