]> git.lyx.org Git - features.git/commitdiff
use MKDIR_P macro
authorStephan Witt <switt@lyx.org>
Tue, 22 Jan 2013 14:39:43 +0000 (15:39 +0100)
committerStephan Witt <switt@lyx.org>
Sun, 3 Feb 2013 18:26:21 +0000 (19:26 +0100)
development/MacOSX/Makefile.am

index 89b1a715bb65008f5e2be8a885823e1e5a41e891..ad67e8d802e5533a3ce080425e80042243f2fd0c 100644 (file)
@@ -17,5 +17,5 @@ nodist_pkgdata_DATA = lyxrc.dist
 install-data-hook:
        LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" $(LINGUAS)`; \
        for f in en $$LINGUAS_ ; do \
-         mkdir -p $(pkgdatadir)/$$f.lproj ; \
+         $(MKDIR_P) $(pkgdatadir)/$$f.lproj ; \
        done