mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
Patch from James Housley <jim@thehousleys.net> so application Makefiles
can find tools installed to $(prefix)/bin after installation.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#
|
||||
|
||||
PROJECT_RELEASE=$(PROJECT_ROOT)/$(RTEMS_BSP)
|
||||
PROJECT_BIN=$(PROJECT_RELEASE)/bin
|
||||
PROJECT_BIN=$(PROJECT_ROOT)/bin
|
||||
PROJECT_INCLUDE=$(PROJECT_RELEASE)/lib/include
|
||||
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
|
||||
|
||||
|
||||
Reference in New Issue
Block a user