summaryrefslogtreecommitdiff
path: root/numpy/distutils/command
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-02-19 10:24:58 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-02-19 10:24:58 +0000
commite0c77133a9165afa6370e4203d01028b5b96eb4b (patch)
tree148691821636a6eb90e29adccd0ac807a3184b64 /numpy/distutils/command
parent242d42bc8eafa8fdec2c551d365c5e83ec5692d3 (diff)
parent000030d48295a8c44001cfd7350dd959d7e3338d (diff)
downloadnumpy-e0c77133a9165afa6370e4203d01028b5b96eb4b.tar.gz
Merge r6410.
Diffstat (limited to 'numpy/distutils/command')
-rw-r--r--numpy/distutils/command/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/command/config.py b/numpy/distutils/command/config.py
index 0290078e6..76ba1c740 100644
--- a/numpy/distutils/command/config.py
+++ b/numpy/distutils/command/config.py
@@ -212,7 +212,7 @@ main (void)
try:
src, obj, exe = self._link(body, headers, include_dirs,
[], [], 'c')
- exe = os.path.join('.', exe)
+ #exe = os.path.join('.', exe)
exitstatus, output = exec_command(exe, execute_in='.')
if hasattr(os, 'WEXITSTATUS'):
exitcode = os.WEXITSTATUS(exitstatus)