summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-01-26 03:23:46 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-01-26 03:23:51 +0100
commitc46faacdf4e17a78a7e7617d5807a759a6a2868a (patch)
treee534160493bb33f3e184c23a07cdc495643605f8 /configure
parent0e2dd05c22c4926a6537c174d64783955167ad43 (diff)
parent9e057f53aa8549e94b7f52a67f69ce94d607da0a (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: configure: clang: explicitly state dep file and rule name in DEPFLAGS Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index bf37e48b52..d7bd6f7e91 100755
--- a/configure
+++ b/configure
@@ -3106,7 +3106,7 @@ probe_cc(){
elif $_cc -v 2>&1 | grep -q clang; then
_type=clang
_ident=$($_cc --version | head -n1)
- _depflags='-MMD'
+ _depflags='-MMD -MF $(@:.o=.d) -MT $@'
_cflags_speed='-O3'
_cflags_size='-Os'
elif $_cc -V 2>&1 | grep -q Sun; then