summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-19 14:54:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-19 14:54:25 +0000
commit7a74b99111cc76c574a7b3f6e15d9f662971932f (patch)
treeb7ac5cc20911b5a2291930e46f1a2ff8b62a3ee0 /c
parentPatch from Erik Ivanenko <erik.ivanenko@utoronto.ca> to eliminate a (diff)
downloadrtems-7a74b99111cc76c574a7b3f6e15d9f662971932f.tar.bz2
Make sure the build-tools get built in the preinstall phase.
Diffstat (limited to 'c')
-rw-r--r--c/Makefile.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/c/Makefile.in b/c/Makefile.in
index 98e436a299..d8e8f5434c 100644
--- a/c/Makefile.in
+++ b/c/Makefile.in
@@ -81,10 +81,7 @@ make_src_makefiles: Makefile.in Makefile
-rm make_src_makefiles.tmp
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
+ cd build-tools; $(MAKE) RTEMS_BSP=${RTEMS_BSP} install-exec-local
@echo "Order of preinstall directories"
cat make_src_makefiles
@echo