summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-12 20:27:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-12 20:27:14 +0000
commit6e27f58885e8fd72df72e09386790d0a5150a8a7 (patch)
tree14819370ee3f999071b480354227d30cf7fc4250 /c/src/lib/libbsp/Makefile.in
parentPatch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to correct the (diff)
downloadrtems-6e27f58885e8fd72df72e09386790d0a5150a8a7.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:
Installing of bsp_specs for aliased bsps is broken. Instead of installing RTEMS_BSP_FAMILY/bsp_specs, RTEMS_BSP/bsp_specs was tried to be installed. The patch below should fix this problem (tested with mips64orion p4600 and p4650).
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/Makefile.in b/c/src/lib/libbsp/Makefile.in
index bfef9c3e31..a960fab980 100644
--- a/c/src/lib/libbsp/Makefile.in
+++ b/c/src/lib/libbsp/Makefile.in
@@ -45,7 +45,7 @@ preinstall:
$(PROJECT_ROOT)/${RTEMS_BSP}/lib; \
else \
$(INSTALL_DATA) \
- $(srcdir)/$(RTEMS_CPU)/${RTEMS_BSP}/bsp_specs \
+ $(srcdir)/$(RTEMS_CPU)/${RTEMS_BSP_FAMILY}/bsp_specs \
$(PROJECT_ROOT)/${RTEMS_BSP}/lib; \
fi