mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
use mkdir -p directly since (1) we know darwin supports it and (2) we do not know whether to use $(mkdir_p) (automake 1.10) or $(MKDIR_P) (automake 1.9) (bug 4216)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20241 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3088b94098
commit
378f3ec631
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user