diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-11-19 11:34:08 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-11-19 11:34:50 +0100 |
commit | b31587af4b075bd60a69330a1aa3a15201b80c27 (patch) | |
tree | 8bb6958cc5c5c42985bf1fe018e8d6dc924a4d0d | |
parent | 1f7b7d54471711b89f8a64bef1c6636b6aa08c12 (diff) | |
parent | fa48be9b954a96d2e408ede54a105ce49d6d7c47 (diff) | |
download | ffmpeg-b31587af4b075bd60a69330a1aa3a15201b80c27.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
configure: Don't use symlinks for creating the out of tree makefile
Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4761,7 +4761,7 @@ echo "License: $license" echo "Creating config.mak, config.h, and doc/config.texi..." -test -e Makefile || $ln_s "$source_path/Makefile" . +test -e Makefile || echo "include $source_path/Makefile" > Makefile enabled stripping || strip="echo skipping strip" |