From b17c61938ed9ddcd24294aa978da8db1b6155596 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sun, 21 Jan 2007 21:32:49 +0000 Subject: - remove some hardcoded occurances of "make" and use the proper variable instead --- package/python/python.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/python') diff --git a/package/python/python.mk b/package/python/python.mk index c51ada482..33646d9b9 100644 --- a/package/python/python.mk +++ b/package/python/python.mk @@ -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 -- cgit v1.2.3