mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
- remove some hardcoded occurances of "make" and use the proper variable instead
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user