mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix top-level EXEC_PREFIX interfering with install-build-tools.
This commit is contained in:
parent
6df61ecb3a
commit
8743a0d4f9
1 changed files with 0 additions and 5 deletions
5
Makefile
5
Makefile
|
@ -39,11 +39,6 @@ SORTIX_REPOSITORY_DIR?=repository
|
|||
|
||||
include build-aux/dirs.mak
|
||||
|
||||
PREFIX:=
|
||||
EXEC_PREFIX:=$(PREFIX)/$(HOST)
|
||||
|
||||
export PREFIX
|
||||
export EXEC_PREFIX
|
||||
export SYSROOT
|
||||
|
||||
ifeq ($(BUILD_IS_SORTIX),1)
|
||||
|
|
Loading…
Add table
Reference in a new issue