Commit a847d79d authored by Yichao Yu's avatar Yichao Yu Committed by Denis Bilenko

Makefile: remove dependency on core.pyx for ares

It's unnecessary and breaks parallel build. Closes #231, #193.
parent 2438d4fa
......@@ -12,7 +12,7 @@ gevent/gevent.core.c: gevent/core.ppyx gevent/libev.pxd
echo '#include "callbacks.c"' >> gevent.core.c
mv gevent.core.* gevent/
gevent/gevent.ares.c: gevent/ares.pyx gevent/core.pyx gevent/*.pxd
gevent/gevent.ares.c: gevent/ares.pyx gevent/*.pxd
$(CYTHON) -o gevent.ares.c gevent/ares.pyx
mv gevent.ares.* gevent/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment