We also get _HOST_OSREL from host-target.mk
This commit is contained in:
@@ -63,7 +63,7 @@ ECHO_TRACE?= true
|
||||
.include "src.sys.env.mk"
|
||||
.-include <site.sys.env.mk>
|
||||
|
||||
.if !defined(HOST_TARGET) || !defined(HOST_MACHINE)
|
||||
.if !defined(HOST_TARGET) || !defined(HOST_MACHINE) || !defined(_HOST_OSREL)
|
||||
# we need HOST_TARGET etc below.
|
||||
.include <host-target.mk>
|
||||
.export HOST_TARGET
|
||||
|
||||
Reference in New Issue
Block a user