Deleted Added
full compact
Makefile.inc0 (84902) Makefile.inc0 (84947)
1# $FreeBSD: head/gnu/usr.bin/binutils/Makefile.inc0 84902 2001-10-14 00:58:59Z obrien $
1# $FreeBSD: head/gnu/usr.bin/binutils/Makefile.inc0 84947 2001-10-15 01:18:51Z obrien $
2#
3# This is included explicitly at the top of each sub-Makefile. We can't
4# use the normal "Makefile.inc" mechanism, because we need some of these
5# definitions before the sub-Makefile is processed.
6
7VERSION= "2.11.2 20010719 [FreeBSD]"
2#
3# This is included explicitly at the top of each sub-Makefile. We can't
4# use the normal "Makefile.inc" mechanism, because we need some of these
5# definitions before the sub-Makefile is processed.
6
7VERSION= "2.11.2 20010719 [FreeBSD]"
8TARGET_ARCH?= ${MACHINE_ARCH}
9
8
9TARGET_ARCH?= ${MACHINE_ARCH}
10BINUTIL_ARCH= ${TARGET_ARCH}
11
12# RELTOP is the relative path to this point in the source or object
13# tree, from any subdirectory of same. It gets extra "../" prefixes
14# added to it as we descend into subdirectories.
15RELTOP:= ..
16
17RELSRC= ${RELTOP}/../../../contrib/binutils

--- 31 unchanged lines hidden ---
10BINUTIL_ARCH= ${TARGET_ARCH}
11
12# RELTOP is the relative path to this point in the source or object
13# tree, from any subdirectory of same. It gets extra "../" prefixes
14# added to it as we descend into subdirectories.
15RELTOP:= ..
16
17RELSRC= ${RELTOP}/../../../contrib/binutils

--- 31 unchanged lines hidden ---