summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/Makefile.inc0
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-10-14 00:58:59 +0000
committerobrien <obrien@FreeBSD.org>2001-10-14 00:58:59 +0000
commite0013317b93a78c0b58e4dd4a5c5f219e45e64da (patch)
tree92f378ddc91dbf73cb61fc72f37c5b63e0786b10 /gnu/usr.bin/binutils/Makefile.inc0
parenta851d93fc5075d5d215d649509c54c1ca1ca3e52 (diff)
downloadFreeBSD-src-e0013317b93a78c0b58e4dd4a5c5f219e45e64da.zip
FreeBSD-src-e0013317b93a78c0b58e4dd4a5c5f219e45e64da.tar.gz
Clean up the formatting.
Diffstat (limited to 'gnu/usr.bin/binutils/Makefile.inc0')
-rw-r--r--gnu/usr.bin/binutils/Makefile.inc028
1 files changed, 12 insertions, 16 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.inc0 b/gnu/usr.bin/binutils/Makefile.inc0
index 541fd56c..a1ab7a9 100644
--- a/gnu/usr.bin/binutils/Makefile.inc0
+++ b/gnu/usr.bin/binutils/Makefile.inc0
@@ -1,47 +1,43 @@
-#
# $FreeBSD$
#
-
-#
# This is included explicitly at the top of each sub-Makefile. We can't
# use the normal "Makefile.inc" mechanism, because we need some of these
# definitions before the sub-Makefile is processed.
-#
VERSION= "2.11.2 20010719 [FreeBSD]"
TARGET_ARCH?= ${MACHINE_ARCH}
-BINUTIL_ARCH=${TARGET_ARCH}
+BINUTIL_ARCH= ${TARGET_ARCH}
# RELTOP is the relative path to this point in the source or object
# tree, from any subdirectory of same. It gets extra "../" prefixes
# added to it as we descend into subdirectories.
-RELTOP:= ..
+RELTOP:= ..
-RELSRC= ${RELTOP}/../../../contrib/binutils
-SRCDIR= ${.CURDIR}/${RELSRC}
+RELSRC= ${RELTOP}/../../../contrib/binutils
+SRCDIR= ${.CURDIR}/${RELSRC}
-CFLAGS+= -D_GNU_SOURCE
+CFLAGS+= -D_GNU_SOURCE
# We use "-I-" because without it our yacc-generated parser tries to
# use GNU's bison-generated header files.
-CFLAGS+= -I- -I.
+CFLAGS+= -I- -I.
.if exists(${.CURDIR}/${BINUTIL_ARCH})
-CFLAGS+= -I${.CURDIR}/${BINUTIL_ARCH}
+CFLAGS+= -I${.CURDIR}/${BINUTIL_ARCH}
.endif
-CFLAGS+= -I${.CURDIR}
-CFLAGS+= -I${.CURDIR}/${RELTOP}/libbfd/${BINUTIL_ARCH}
-CFLAGS+= -I${SRCDIR}/include
+CFLAGS+= -I${.CURDIR}
+CFLAGS+= -I${.CURDIR}/${RELTOP}/libbfd/${BINUTIL_ARCH}
+CFLAGS+= -I${SRCDIR}/include
.if exists(${.CURDIR}/${BINUTIL_ARCH})
.PATH: ${.CURDIR}/${BINUTIL_ARCH}
.endif
-ARCHS= ${BINUTIL_ARCH}
+ARCHS= ${BINUTIL_ARCH}
.for _arch in ${CROSS_ARCH}
.if (${ARCHS:R:M${_arch:R}} == "")
-ARCHS+=$(_arch)
+ARCHS+= $(_arch)
.endif
.endfor
OpenPOWER on IntegriCloud