From: nbd Date: Wed, 21 Jun 2006 02:16:37 +0000 (+0000) Subject: build system cleanup. move shared include files into $(TOPDIR)/include, move lzma... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=1cfeeb1bb3af8f14d688a8bb7c740a325c912535;p=packages.git build system cleanup. move shared include files into $(TOPDIR)/include, move lzma, mkfs.* into toolchain/ git-svn-id: svn://svn.openwrt.org/openwrt/packages@4032 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/libbfd/Makefile b/libs/libbfd/Makefile index 2de7aa10b..7d6bb754d 100644 --- a/libs/libbfd/Makefile +++ b/libs/libbfd/Makefile @@ -14,8 +14,7 @@ PKG_CAT:=bzcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install -include $(TOPDIR)/package/rules.mk -include $(TOPDIR)/package/kernel.mk +include $(TOPDIR)/include/package.mk TARGETS:=$(GNU_TARGET_NAME) diff --git a/libs/popt/Makefile b/libs/popt/Makefile index 826b0f5b3..5e977156e 100644 --- a/libs/popt/Makefile +++ b/libs/popt/Makefile @@ -14,7 +14,7 @@ PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install -include $(TOPDIR)/package/rules.mk +include $(TOPDIR)/include/package.mk define Package/libpopt SECTION:=libs diff --git a/net/chillispot/Makefile b/net/chillispot/Makefile index f5e355012..9c555b8bb 100644 --- a/net/chillispot/Makefile +++ b/net/chillispot/Makefile @@ -14,7 +14,7 @@ PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install -include $(TOPDIR)/package/rules.mk +include $(TOPDIR)/include/package.mk define Package/chillispot SECTION:=net