summaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2013-02-17 20:09:54 (GMT)
committerEvan Martin <martine@danga.com>2013-04-08 22:02:15 (GMT)
commita8d7d8163a0e022c838a830e6c093ba428c10f24 (patch)
tree7fa705e7724292e33f8d937c48bd43e17f765ef7 /configure.py
parent317ee87f86119556f4a3e4f0150d40c594f3581a (diff)
downloadNinja-a8d7d8163a0e022c838a830e6c093ba428c10f24.zip
Ninja-a8d7d8163a0e022c838a830e6c093ba428c10f24.tar.gz
Ninja-a8d7d8163a0e022c838a830e6c093ba428c10f24.tar.bz2
rename "special" to "deps"
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index eddf248..eaf67c7 100755
--- a/configure.py
+++ b/configure.py
@@ -191,7 +191,7 @@ if platform == 'windows':
command='$cxx /showIncludes $cflags -c $in /Fo$out',
depfile='$out.d',
description='CXX $out',
- special='msvc')
+ deps='msvc')
else:
n.rule('cxx',
command='$cxx -MMD -MT $out -MF $out.d $cflags -c $in -o $out',