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

Ensure src/misc exists in builddir

parent 9012c6c0
......@@ -557,6 +557,7 @@ then
file="${builddir}/src/misc/modules_builtin.h"
rm -f "${file}.tmp"
mkdir -p -- "${builddir}/src/misc"
cat "${srcdir}/src/misc/modules_builtin.h.in" > "${file}.tmp" || exit 1
if test -n "${BUILTINS}"
then
......@@ -612,6 +613,7 @@ then
fi
rm -f ${file}.tmp
mkdir -p -- "${builddir}/src/misc"
cat > ${file}.tmp << EOF
/* DO NOT EDIT THIS FILE - IT IS REGENERATED AT EVERY COMPILE -
* IT GIVES BETTER TRACKING OF VLC STABLE AND DEVELOPMENT VERSIONS
......
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