diff options
Diffstat (limited to 'package/python-setuptools')
-rw-r--r-- | package/python-setuptools/python-setuptools.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python-setuptools/python-setuptools.mk b/package/python-setuptools/python-setuptools.mk index 3d4b8d6f2..25fddb9fa 100644 --- a/package/python-setuptools/python-setuptools.mk +++ b/package/python-setuptools/python-setuptools.mk @@ -27,6 +27,6 @@ define PYTHON_SETUPTOOLS_INSTALL_TARGET_CMDS $(HOST_DIR)/usr/bin/python setup.py install --prefix=$(TARGET_DIR)/usr) endef -$(eval $(call GENTARGETS)) +$(eval $(generic-package)) $(eval $(host-generic-package)) |