summaryrefslogtreecommitdiffstats
path: root/c/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'c/Makefile.in')
-rw-r--r--c/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/Makefile.in b/c/Makefile.in
index 5c6a1f5926..0996b05732 100644
--- a/c/Makefile.in
+++ b/c/Makefile.in
@@ -92,7 +92,7 @@ pre_install_src: env make_src_makefiles
for i in `cat make_src_makefiles` ; do \
DIR=`dirname $$i`; \
cd $$DIR; \
- $(MAKE) preinstall; \
+ $(MAKE) RTEMS_BSP=${RTEMS_BSP} preinstall; \
cd $$CURRDIR; \
done