Commit 837f796e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Some old automake versions seem not to know about mkdir_p

parent d92c86c5
......@@ -267,7 +267,7 @@ mostlyclean-local:
### automake creates libvlcdir after running install-*-local
### so we have to create it ourselves first
install-exec-local: all-modules
\$(mkdir_p) "\$(DESTDIR)\$(libvlcdir)"
mkdir -p -- "\$(DESTDIR)\$(libvlcdir)"
@z=\$\$(\$(VLC_CONFIG) --list plugin); \
for mod in \$(mods); do \
case "\$\$z " \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment