Makefile cleanups, round 4

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12173 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2008-08-05 22:02:15 +00:00
parent 9dc1b46ecb
commit c8db7b9634
19 changed files with 0 additions and 53 deletions

View File

@ -16,8 +16,6 @@ PKG_SOURCE:=$(PKG_NAME)552.zip
PKG_SOURCE_URL:=@SF/infozip
PKG_MD5SUM:=3d55b4e7375c3d0b81feca52dc0e4d48
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
PKG_UNPACK:=unzip -d $(PKG_BUILD_DIR)/ $(DL_DIR)/$(PKG_SOURCE)
include $(INCLUDE_DIR)/package.mk