Still true that we should not use the lower case $(mkdir_p) version. However, remove the 2005 comment as the MKDIR_P is widely used now.
Reviewed-By: Matt Dew <[email protected]> Signed-off-by: Gaetan Nadon <[email protected]> --- hw/xfree86/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hw/xfree86/Makefile.am b/hw/xfree86/Makefile.am index 3410e4a..aed631b 100644 --- a/hw/xfree86/Makefile.am +++ b/hw/xfree86/Makefile.am @@ -84,9 +84,8 @@ os-support/solaris/solaris-@[email protected]: $(MAKE) $(AM_MAKEFLAGS) solaris-@[email protected] endif -# do not use $(mkdir_p) if you want automake 1.7 to work install-data-local: - mkdir -p $(DESTDIR)$(logdir) + $(AM_V_GEN)$(MKDIR_P) $(DESTDIR)$(logdir) if CYGWIN $(INSTALL_DATA) libXorg.exe.a $(DESTDIR)$(libdir)/libXorg.exe.a endif -- 1.7.9.5 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
