Fix bug introduced in version 1.246 with the addition of NO_TOOLCHAIN.
The c89, c99, lex and yacc subdirectories were bogusly added to the ${MACHINE_ARCH} != "ia64" case. Pointy hat: phk
This commit is contained in:
parent
473851ba04
commit
42845ac591
@ -10,10 +10,6 @@
|
||||
.if ${MACHINE_ARCH} != "ia64"
|
||||
.if !defined(NO_TOOLCHAIN)
|
||||
_xlint= xlint
|
||||
_lex= lex
|
||||
_yacc= yacc
|
||||
_c89= c89
|
||||
_c99= c99
|
||||
.endif
|
||||
.endif
|
||||
|
||||
@ -24,6 +20,13 @@ _gprof= gprof
|
||||
_truss= truss
|
||||
.endif
|
||||
|
||||
.if !defined(NO_TOOLCHAIN)
|
||||
_c89= c89
|
||||
_c99= c99
|
||||
_lex= lex
|
||||
_yacc= yacc
|
||||
.endif
|
||||
|
||||
SUBDIR= alias \
|
||||
apply \
|
||||
asa \
|
||||
|
Loading…
x
Reference in New Issue
Block a user