Changeset e496c1f in rtems


Ignore:
Timestamp:
02/07/98 19:43:38 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
b68e057e
Parents:
1e524995
Message:

Should not install build-tools using target variant options.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/build-tools/src/Makefile.in

    r1e524995 re496c1f  
    5757
    5858all:    $(ARCH) $(SRCS) $(PGMS)
    59         $(INSTALL_VARIANT) -m 555 $(PGMS) ${PROJECT_RELEASE}/build-tools
     59        $(INSTALL) -m 555 $(PGMS) ${PROJECT_RELEASE}/build-tools
  • tools/build/src/Makefile.in

    r1e524995 re496c1f  
    5757
    5858all:    $(ARCH) $(SRCS) $(PGMS)
    59         $(INSTALL_VARIANT) -m 555 $(PGMS) ${PROJECT_RELEASE}/build-tools
     59        $(INSTALL) -m 555 $(PGMS) ${PROJECT_RELEASE}/build-tools
Note: See TracChangeset for help on using the changeset viewer.