summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-10 16:22:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-10 16:22:57 +0000
commit84b0f7c99d076f128bf6e8ac289cb8a5fe7b1b89 (patch)
treee3b294a9c8519db9a5d6c331c6d3c984f8f1c84d
parentFixed to correctly operate on target variants like debug and profile. (diff)
downloadrtems-84b0f7c99d076f128bf6e8ac289cb8a5fe7b1b89.tar.bz2
Robin Kirkham reported that the install point was incorrect in this file.
-rw-r--r--README.configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.configure b/README.configure
index cd3ab6b0c4..618a5ec8b6 100644
--- a/README.configure
+++ b/README.configure
@@ -93,7 +93,7 @@ To build, run make in the build directory. To specify which bsps to build,
add the RTEMS_BSP="bsp1 bsp2 .." to the make command. Specifying multiple
BSPs to build only works from the top level build directory.
-Installation is done under $(prefix)/$(target)/rtems.
+Installation is done under $(prefix)/rtems.
As an example, to build and install the mvme136 and dmv152 bsps for m68k do: