remove uneeded stuff after python changes in [8639]

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8640 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Nicolas Thill
2007-09-06 02:57:06 +00:00
parent b530ac0d50
commit e812d1ff92
2 changed files with 0 additions and 16 deletions

View File

@@ -125,17 +125,6 @@ define Build/Compile
$(call Build/Compile/Default,)
endef
define Build/Compile/PyMod
( cd $(PKG_BUILD_DIR); \
CFLAGS="$(TARGET_CFLAGS)" \
CPPFLAGS="$(TARGET_CPPFLAGS)" \
LDFLAGS="$(TARGET_LDFLAGS)" \
$(1) \
$(STAGING_DIR)/usr/bin/hostpython ./setup.py $(2) \
--prefix="$(PKG_INSTALL_DIR)/usr" \
)
endef
$(PACKAGE_DIR):
mkdir -p $@