- remove some hardcoded occurances of "make" and use the proper variable instead

This commit is contained in:
Bernhard Reutner-Fischer
2007-01-21 21:32:49 +00:00
parent 30b4b6dde8
commit b17c61938e
9 changed files with 17 additions and 17 deletions

View File

@@ -30,10 +30,10 @@ $(PYTHON_DIR)/.hostpython: $(PYTHON_DIR)/.patched
./configure \
--with-cxx=no \
$(DISABLE_NLS); \
make python Parser/pygen; \
$(MAKE) python Parser/pygen; \
mv python hostpython; \
mv Parser/pgen Parser/hostpgen; \
make distclean \
$(MAKE) distclean \
);
touch $(PYTHON_DIR)/.hostpython