summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-12 15:35:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-12 15:35:31 +0000
commitee3f8b8c85fb51c9c6f9f526c67a676076e6def3 (patch)
tree5f8cfb4d5a31b12be07392838c1f1ca354aa1097
parentAddressed this bug report: (diff)
downloadrtems-ee3f8b8c85fb51c9c6f9f526c67a676076e6def3.tar.bz2
Added statement to include build-tools/src directory in preinstall.
-rw-r--r--c/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/Makefile.in b/c/Makefile.in
index 28792199fc..5c6a1f5926 100644
--- a/c/Makefile.in
+++ b/c/Makefile.in
@@ -83,6 +83,8 @@ make_src_makefiles: Makefile.in Makefile
pre_install_src: env make_src_makefiles
cd build-tools/scripts; \
$(MAKE) RTEMS_BSP=${RTEMS_BSP} install-exec-local
+ cd build-tools/src; \
+ $(MAKE) RTEMS_BSP=${RTEMS_BSP} install-exec-local
@echo "Order of preinstall directories"
cat make_src_makefiles
@echo