From 7a74b99111cc76c574a7b3f6e15d9f662971932f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 19 Apr 1999 14:54:25 +0000 Subject: Make sure the build-tools get built in the preinstall phase. --- c/Makefile.in | 5 +---- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3