Deleted Added
full compact
Makefile.inc0 (89874) Makefile.inc0 (89886)
1# $FreeBSD: head/gnu/usr.bin/binutils/Makefile.inc0 89874 2002-01-27 13:02:31Z obrien $
1# $FreeBSD: head/gnu/usr.bin/binutils/Makefile.inc0 89886 2002-01-27 22:47:22Z 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
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.12.0 pre-release snap 20020127 [FreeBSD]"
7VERSION= "2.12.0 pre-release snap [FreeBSD] 20020127"
8VERSION_DATE= 20020127
8
9TARGET_ARCH?= ${MACHINE_ARCH}
9
10TARGET_ARCH?= ${MACHINE_ARCH}
10BINUTIL_ARCH= ${TARGET_ARCH}
11BINUTIL_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
18SRCDIR= ${.CURDIR}/${RELSRC}

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

--- 30 unchanged lines hidden ---