diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-09-06 02:57:06 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-09-06 02:57:06 +0000 |
commit | 9f6bd2c07b912c8ed7fd5066efdfbc1f4be37085 (patch) | |
tree | 50c70c99e619fd0ece9087422f5b829986b14f31 /include/package.mk | |
parent | 22282193a9e49c10bc35f180f27c330d37fde92b (diff) | |
download | upstream-9f6bd2c07b912c8ed7fd5066efdfbc1f4be37085.tar.gz upstream-9f6bd2c07b912c8ed7fd5066efdfbc1f4be37085.tar.bz2 upstream-9f6bd2c07b912c8ed7fd5066efdfbc1f4be37085.zip |
remove uneeded stuff after python changes in [8639]
SVN-Revision: 8640
Diffstat (limited to 'include/package.mk')
-rw-r--r-- | include/package.mk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/package.mk b/include/package.mk index 0c8886c784..591816b755 100644 --- a/include/package.mk +++ b/include/package.mk @@ -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 $@ |