diff --git a/lang/python-pip/Makefile b/lang/python-pip/Makefile index c0de9faa3..d7404ba2c 100644 --- a/lang/python-pip/Makefile +++ b/lang/python-pip/Makefile @@ -34,9 +34,7 @@ define Package/python-pip/description A tool for installing and managing Python packages. endef -PYTHONPATH:=$(PKG_INSTALL_DIR)/$(PYTHON_PKG_DIR) define Build/Compile - $(INSTALL_DIR) $(PYTHONPATH) $(call Build/Compile/PyMod,,\ install --prefix="$(PKG_INSTALL_DIR)/usr" \ )