The BINDIR definition is an extra directory level away, so include it

explicitly.
This commit is contained in:
John Birrell 1998-05-05 08:57:11 +00:00
parent 9b87ba9b0f
commit b09740d425
4 changed files with 16 additions and 4 deletions

View File

@ -1,9 +1,12 @@
# #
# $Id$ # $Id: Makefile,v 1.1 1998/05/04 22:04:50 jb Exp $
# #
.include "../Makefile.inc0" .include "../Makefile.inc0"
# Get the BINDIR for this host:
.include "../../Makefile.inc"
.if ${MACHINE_ARCH} == "alpha" .if ${MACHINE_ARCH} == "alpha"
PROG= as PROG= as
.else .else

View File

@ -1,9 +1,12 @@
# #
# $Id$ # $Id: Makefile,v 1.1 1998/05/04 22:04:50 jb Exp $
# #
.include "../Makefile.inc0" .include "../Makefile.inc0"
# Get the BINDIR for this host:
.include "../../Makefile.inc"
.if ${MACHINE_ARCH} == "alpha" .if ${MACHINE_ARCH} == "alpha"
PROG= as PROG= as
.else .else

View File

@ -1,9 +1,12 @@
# #
# $Id$ # $Id: Makefile,v 1.1 1998/05/04 22:05:44 jb Exp $
# #
.include "../Makefile.inc0" .include "../Makefile.inc0"
# Get the BINDIR for this host:
.include "../../Makefile.inc"
.if ${MACHINE_ARCH} == "i386" .if ${MACHINE_ARCH} == "i386"
PROG= as PROG= as
.else .else

View File

@ -1,9 +1,12 @@
# #
# $Id$ # $Id: Makefile,v 1.1 1998/05/04 22:05:44 jb Exp $
# #
.include "../Makefile.inc0" .include "../Makefile.inc0"
# Get the BINDIR for this host:
.include "../../Makefile.inc"
.if ${MACHINE_ARCH} == "i386" .if ${MACHINE_ARCH} == "i386"
PROG= as PROG= as
.else .else