Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mwlib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mwlib/Makefile')
-rw-r--r--mwlib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mwlib/Makefile b/mwlib/Makefile
index 6f244ef..0a7abd2 100644
--- a/mwlib/Makefile
+++ b/mwlib/Makefile
@@ -3,10 +3,10 @@ RE2C = re2c -w --no-generation-date
all: _expander.cc _mwscan.cc _mwscan.so _expander.so
_expander.so: _expander.cc
- (cd .. && python ./setup.py build_ext --inplace build)
+ (cd .. && python ./setup.py-mwlib build_ext --inplace build)
_mwscan.so: _mwscan.cc
- (cd .. && python ./setup.py build_ext --inplace build)
+ (cd .. && python ./setup.py-mwlib build_ext --inplace build)
_expander.cc: _expander.re
$(RE2C) -o _expander.cc _expander.re