use MKDIR_P macro

This commit is contained in:
Stephan Witt 2013-01-22 15:39:43 +01:00
parent 15d21d80e1
commit 8eea20ba4b

View 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