summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-05-05 10:32:47 +0000
committerjb <jb@FreeBSD.org>1998-05-05 10:32:47 +0000
commit4f6564ed3b9d5d8aa558dbf2e8fc9e7f3b9500c7 (patch)
tree94d5230600c6a1653cf02f20d988caef3ba1ad2c /gnu/usr.bin
parent9ba533fa7b45400d5d8c9745bc448e539af01ae2 (diff)
downloadFreeBSD-src-4f6564ed3b9d5d8aa558dbf2e8fc9e7f3b9500c7.zip
FreeBSD-src-4f6564ed3b9d5d8aa558dbf2e8fc9e7f3b9500c7.tar.gz
Specify an absolute include path.
Backout the previous commit in favour of the Makefile.inc added to the parent directory.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/binutils/as/alpha-freebsd/Makefile7
-rw-r--r--gnu/usr.bin/binutils/as/as_alpha/Makefile7
-rw-r--r--gnu/usr.bin/binutils/as/as_i386/Makefile7
-rw-r--r--gnu/usr.bin/binutils/as/i386-freebsd/Makefile7
4 files changed, 8 insertions, 20 deletions
diff --git a/gnu/usr.bin/binutils/as/alpha-freebsd/Makefile b/gnu/usr.bin/binutils/as/alpha-freebsd/Makefile
index 5226749..a58d93f 100644
--- a/gnu/usr.bin/binutils/as/alpha-freebsd/Makefile
+++ b/gnu/usr.bin/binutils/as/alpha-freebsd/Makefile
@@ -1,11 +1,8 @@
#
-# $Id: Makefile,v 1.1 1998/05/04 22:04:50 jb Exp $
+# $Id: Makefile,v 1.2 1998/05/05 08:56:24 jb Exp $
#
-.include "../Makefile.inc0"
-
-# Get the BINDIR for this host:
-.include "../../Makefile.inc"
+.include "${.CURDIR}/../Makefile.inc0"
.if ${MACHINE_ARCH} == "alpha"
PROG= as
diff --git a/gnu/usr.bin/binutils/as/as_alpha/Makefile b/gnu/usr.bin/binutils/as/as_alpha/Makefile
index 5226749..a58d93f 100644
--- a/gnu/usr.bin/binutils/as/as_alpha/Makefile
+++ b/gnu/usr.bin/binutils/as/as_alpha/Makefile
@@ -1,11 +1,8 @@
#
-# $Id: Makefile,v 1.1 1998/05/04 22:04:50 jb Exp $
+# $Id: Makefile,v 1.2 1998/05/05 08:56:24 jb Exp $
#
-.include "../Makefile.inc0"
-
-# Get the BINDIR for this host:
-.include "../../Makefile.inc"
+.include "${.CURDIR}/../Makefile.inc0"
.if ${MACHINE_ARCH} == "alpha"
PROG= as
diff --git a/gnu/usr.bin/binutils/as/as_i386/Makefile b/gnu/usr.bin/binutils/as/as_i386/Makefile
index 04b6840..273e27f 100644
--- a/gnu/usr.bin/binutils/as/as_i386/Makefile
+++ b/gnu/usr.bin/binutils/as/as_i386/Makefile
@@ -1,11 +1,8 @@
#
-# $Id: Makefile,v 1.1 1998/05/04 22:05:44 jb Exp $
+# $Id: Makefile,v 1.2 1998/05/05 08:57:11 jb Exp $
#
-.include "../Makefile.inc0"
-
-# Get the BINDIR for this host:
-.include "../../Makefile.inc"
+.include "${.CURDIR}/../Makefile.inc0"
.if ${MACHINE_ARCH} == "i386"
PROG= as
diff --git a/gnu/usr.bin/binutils/as/i386-freebsd/Makefile b/gnu/usr.bin/binutils/as/i386-freebsd/Makefile
index 04b6840..273e27f 100644
--- a/gnu/usr.bin/binutils/as/i386-freebsd/Makefile
+++ b/gnu/usr.bin/binutils/as/i386-freebsd/Makefile
@@ -1,11 +1,8 @@
#
-# $Id: Makefile,v 1.1 1998/05/04 22:05:44 jb Exp $
+# $Id: Makefile,v 1.2 1998/05/05 08:57:11 jb Exp $
#
-.include "../Makefile.inc0"
-
-# Get the BINDIR for this host:
-.include "../../Makefile.inc"
+.include "${.CURDIR}/../Makefile.inc0"
.if ${MACHINE_ARCH} == "i386"
PROG= as
OpenPOWER on IntegriCloud