Changeset 7a74b99 in rtems


Ignore:
Timestamp:
04/19/99 14:54:25 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5409453
Parents:
db047f1
Message:

Make sure the build-tools get built in the preinstall phase.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/Makefile.in

    rdb047f1 r7a74b99  
    8282
    8383pre_install_src: env make_src_makefiles
    84         cd build-tools/scripts; \
    85          $(MAKE) RTEMS_BSP=${RTEMS_BSP} install-exec-local
    86         cd build-tools/src; \
    87          $(MAKE) RTEMS_BSP=${RTEMS_BSP} install-exec-local
     84        cd build-tools; $(MAKE) RTEMS_BSP=${RTEMS_BSP} install-exec-local
    8885        @echo "Order of preinstall directories"
    8986        cat make_src_makefiles
Note: See TracChangeset for help on using the changeset viewer.