The BINDIR definition is an extra directory level away, so include it
explicitly.
This commit is contained in:
parent
9b87ba9b0f
commit
b09740d425
@ -1,9 +1,12 @@
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1 1998/05/04 22:04:50 jb Exp $
|
||||
#
|
||||
|
||||
.include "../Makefile.inc0"
|
||||
|
||||
# Get the BINDIR for this host:
|
||||
.include "../../Makefile.inc"
|
||||
|
||||
.if ${MACHINE_ARCH} == "alpha"
|
||||
PROG= as
|
||||
.else
|
||||
|
@ -1,9 +1,12 @@
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1 1998/05/04 22:04:50 jb Exp $
|
||||
#
|
||||
|
||||
.include "../Makefile.inc0"
|
||||
|
||||
# Get the BINDIR for this host:
|
||||
.include "../../Makefile.inc"
|
||||
|
||||
.if ${MACHINE_ARCH} == "alpha"
|
||||
PROG= as
|
||||
.else
|
||||
|
@ -1,9 +1,12 @@
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1 1998/05/04 22:05:44 jb Exp $
|
||||
#
|
||||
|
||||
.include "../Makefile.inc0"
|
||||
|
||||
# Get the BINDIR for this host:
|
||||
.include "../../Makefile.inc"
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
PROG= as
|
||||
.else
|
||||
|
@ -1,9 +1,12 @@
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1 1998/05/04 22:05:44 jb Exp $
|
||||
#
|
||||
|
||||
.include "../Makefile.inc0"
|
||||
|
||||
# Get the BINDIR for this host:
|
||||
.include "../../Makefile.inc"
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
PROG= as
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user