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