Deleted Added
full compact
Makefile.inc0 (68780) Makefile.inc0 (68788)
1#
1#
2# $FreeBSD: head/gnu/usr.bin/binutils/Makefile.inc0 68780 2000-11-15 21:29:55Z obrien $
2# $FreeBSD: head/gnu/usr.bin/binutils/Makefile.inc0 68788 2000-11-15 22:05:00Z obrien $
3#
4
5#
6# This is included explicitly at the top of each sub-Makefile. We can't
7# use the normal "Makefile.inc" mechanism, because we need some of these
8# definitions before the sub-Makefile is processed.
9#
10

--- 6 unchanged lines hidden (view full) ---

17BINUTIL_ARCH=${TARGET_ARCH}
18.endif
19
20# RELTOP is the relative path to this point in the source or object
21# tree, from any subdirectory of same. It gets extra "../" prefixes
22# added to it as we descend into subdirectories.
23RELTOP:= ..
24
3#
4
5#
6# This is included explicitly at the top of each sub-Makefile. We can't
7# use the normal "Makefile.inc" mechanism, because we need some of these
8# definitions before the sub-Makefile is processed.
9#
10

--- 6 unchanged lines hidden (view full) ---

17BINUTIL_ARCH=${TARGET_ARCH}
18.endif
19
20# RELTOP is the relative path to this point in the source or object
21# tree, from any subdirectory of same. It gets extra "../" prefixes
22# added to it as we descend into subdirectories.
23RELTOP:= ..
24
25RELSRC= ${RELTOP}/../../../contrib/binutils.2101
25RELSRC= ${RELTOP}/../../../contrib/binutils
26SRCDIR= ${.CURDIR}/${RELSRC}
27
28CFLAGS+= -D_GNU_SOURCE
29
30# We use "-I-" because without it our yacc-generated parser tries to
31# use GNU's bison-generated header files.
32CFLAGS+= -I- -I.
33.if exists(${.CURDIR}/${BINUTIL_ARCH})

--- 23 unchanged lines hidden ---
26SRCDIR= ${.CURDIR}/${RELSRC}
27
28CFLAGS+= -D_GNU_SOURCE
29
30# We use "-I-" because without it our yacc-generated parser tries to
31# use GNU's bison-generated header files.
32CFLAGS+= -I- -I.
33.if exists(${.CURDIR}/${BINUTIL_ARCH})

--- 23 unchanged lines hidden ---