comparison src/bfd.mk @ 2349:f48c5b085a38

Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.html
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 29 Mar 2012 11:07:07 +0200
parents f653602a0500
children 99516e73b368
comparison
equal deleted inserted replaced
2348:5ada143a0517 2349:f48c5b085a38
2 # See doc/index.html for further information. 2 # See doc/index.html for further information.
3 3
4 # Binary File Descriptor library 4 # Binary File Descriptor library
5 PKG := bfd 5 PKG := bfd
6 $(PKG)_IGNORE = $(binutils_IGNORE) 6 $(PKG)_IGNORE = $(binutils_IGNORE)
7 $(PKG)_VERSION = $(binutils_VERSION)
8 $(PKG)_CHECKSUM = $(binutils_CHECKSUM) 7 $(PKG)_CHECKSUM = $(binutils_CHECKSUM)
9 $(PKG)_SUBDIR = $(binutils_SUBDIR) 8 $(PKG)_SUBDIR = $(binutils_SUBDIR)
10 $(PKG)_FILE = $(binutils_FILE) 9 $(PKG)_FILE = $(binutils_FILE)
11 $(PKG)_WEBSITE = $(binutils_WEBSITE)
12 $(PKG)_URL = $(binutils_URL) 10 $(PKG)_URL = $(binutils_URL)
13 $(PKG)_URL_2 = $(binutils_URL2) 11 $(PKG)_URL_2 = $(binutils_URL2)
14 $(PKG)_DEPS := gcc 12 $(PKG)_DEPS := gcc
15 13
16 define $(PKG)_UPDATE 14 define $(PKG)_UPDATE