Deleted Added
full compact
Makefile.inc0 (92257) Makefile.inc0 (92840)
1# $FreeBSD: head/gnu/usr.bin/binutils/Makefile.inc0 92257 2002-03-14 02:24:25Z obrien $
1# $FreeBSD: head/gnu/usr.bin/binutils/Makefile.inc0 92840 2002-03-20 23:05:19Z 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 [FreeBSD] 20020221"
8VERSION_DATE= 20020221
7VERSION= "2.12.0 [FreeBSD] 2002-03-20"
8VERSION_DATE= 20020320
9
10TARGET_ARCH?= ${MACHINE_ARCH}
11BINUTIL_ARCH= ${TARGET_ARCH}
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:= ..

--- 33 unchanged lines hidden ---
9
10TARGET_ARCH?= ${MACHINE_ARCH}
11BINUTIL_ARCH= ${TARGET_ARCH}
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:= ..

--- 33 unchanged lines hidden ---