Specify an absolute include path.

Backout the previous commit in favour of the Makefile.inc added to
the parent directory.
This commit is contained in:
John Birrell 1998-05-05 10:32:47 +00:00
parent 9976c5ebe2
commit 402d0191b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35742
4 changed files with 8 additions and 20 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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