Changeset fc56b90c in rtems


Ignore:
Timestamp:
02/11/98 21:57:20 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
a858910
Parents:
360930c
Message:

Don't install tools using variant name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/i386/pc386/tools/Makefile.in

    r360930c rfc56b90c  
    6060
    6161all:    $(ARCH) $(SRCS) $(PGMS)
    62         $(INSTALL_VARIANT) -m 555 $(PGMS) ${PROJECT_RELEASE}/build-tools
     62        $(INSTALL) -m 555 $(PGMS) ${PROJECT_RELEASE}/build-tools
    6363        uudecode < $(srcdir)/diskboot.uue \
    6464            > $(PROJECT_RELEASE)/build-tools/diskboot.exe
Note: See TracChangeset for help on using the changeset viewer.