remove uneeded stuff after python changes in [8639] kamikaze_7.07 kamikaze_7.07
authorNicolas Thill <nico@openwrt.org>
Thu, 6 Sep 2007 02:57:06 +0000 (02:57 +0000)
committerNicolas Thill <nico@openwrt.org>
Thu, 6 Sep 2007 02:57:06 +0000 (02:57 +0000)
SVN-Revision: 8640

include/package.mk

index c98f28d315cc5414a9ebc0267a700e56a67515ed..125355ba4a49bd41c3f6246dc6439021c1b1953d 100644 (file)
@@ -126,17 +126,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 $@