From 83146da27c4c3b6fcce6fba00c8deba4d75ca798 Mon Sep 17 00:00:00 2001 From: Oleksandr Usov Date: Fri, 23 Mar 2012 15:40:04 +0000 Subject: Explicitly specify target name for gcc depfiles --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 9c9d108..00c4645 100755 --- a/configure.py +++ b/configure.py @@ -154,7 +154,7 @@ if platform == 'windows': description='CXX $out') else: n.rule('cxx', - command='$cxx -MMD -MF $out.d $cflags -c $in -o $out', + command='$cxx -MMD -MT $out -MF $out.d $cflags -c $in -o $out', depfile='$out.d', description='CXX $out') n.newline() -- cgit v0.12