diff options
Diffstat (limited to 'package/python-dpkt')
-rw-r--r-- | package/python-dpkt/python-dpkt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python-dpkt/python-dpkt.mk b/package/python-dpkt/python-dpkt.mk index 7ac873c95..7312a7832 100644 --- a/package/python-dpkt/python-dpkt.mk +++ b/package/python-dpkt/python-dpkt.mk @@ -18,5 +18,5 @@ define PYTHON_DPKT_INSTALL_TARGET_CMDS (cd $(@D); $(HOST_DIR)/usr/bin/python setup.py install --prefix=$(TARGET_DIR)/usr) endef -$(eval $(call GENTARGETS)) +$(eval $(generic-package)) |