Uh... should have been ${MACHINE} not hard coded... Duh!
This commit is contained in:
parent
ae400a2e31
commit
4761a8c13b
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile.boot,v 1.10 1999/04/03 04:39:10 gwr Exp $
|
# $NetBSD: Makefile.boot,v 1.11 1999/04/03 04:50:16 gwr Exp $
|
||||||
#
|
#
|
||||||
# a very simple makefile...
|
# a very simple makefile...
|
||||||
#
|
#
|
||||||
|
@ -16,7 +16,7 @@ MACHINE_ARCH=sparc
|
||||||
CFLAGS= -I.\
|
CFLAGS= -I.\
|
||||||
-DTARGET_MACHINE=\"${MACHINE}\" \
|
-DTARGET_MACHINE=\"${MACHINE}\" \
|
||||||
-DTARGET_MACHINE_ARCH=\"${MACHINE_ARCH}\" \
|
-DTARGET_MACHINE_ARCH=\"${MACHINE_ARCH}\" \
|
||||||
-DMACHINE=\"sparc\" \
|
-DMACHINE=\"${MACHINE}\" \
|
||||||
-DMAKE_BOOTSTRAP
|
-DMAKE_BOOTSTRAP
|
||||||
LIBS=
|
LIBS=
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue