summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-07 16:48:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-07 16:48:29 +0000
commit7f51092d104acded26b47a4937d48b221f6bc9a7 (patch)
tree2dc8f83bcb3b3cc7044cfea597be05cf8b79b1c0
parentPatch rtems-rc-20000705-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>. (diff)
downloadrtems-7f51092d104acded26b47a4937d48b221f6bc9a7.tar.bz2
Patch from James Housley <jim@thehousleys.net> so application Makefiles
can find tools installed to $(prefix)/bin after installation.
-rw-r--r--make/main.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/main.cfg b/make/main.cfg
index 495b7c74b8..a92256238c 100644
--- a/make/main.cfg
+++ b/make/main.cfg
@@ -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