Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy B. Terriberry <tterribe@xiph.org>2012-11-13 01:09:30 +0400
committerTimothy B. Terriberry <tterribe@xiph.org>2012-11-13 01:09:30 +0400
commit1a6ae384ef04b6304e0c731e924f7b646ea08d47 (patch)
tree2bf2ab613e47a0d47dde67a2f61f2e27772db1e4
parent702458ac82fed18aff23c50ca5a8986fe7c8ca86 (diff)
Fix the draft build.
Makefile.draft got renamed to Makefile.unix in e91dfa0f, but build_draft.sh was not updated.
-rwxr-xr-xdoc/build_draft.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build_draft.sh b/doc/build_draft.sh
index 82c344f8..d15b22a7 100755
--- a/doc/build_draft.sh
+++ b/doc/build_draft.sh
@@ -59,7 +59,7 @@ done
cp -a "${toplevel}"/src/opus_demo.c "${destdir}"/src/
cp -a "${toplevel}"/src/opus_compare.c "${destdir}"/src/
cp -a "${toplevel}"/celt/opus_custom_demo.c "${destdir}"/celt/
-cp -a "${toplevel}"/Makefile.draft "${destdir}"/Makefile
+cp -a "${toplevel}"/Makefile.unix "${destdir}"/Makefile
cp -a "${toplevel}"/opus_sources.mk "${destdir}"/
cp -a "${toplevel}"/celt_sources.mk "${destdir}"/
cp -a "${toplevel}"/silk_sources.mk "${destdir}"/