Changeset 949 for trunk/base


Ignore:
Timestamp:
Oct 5, 2002, 2:30:54 AM (22 years ago)
Author:
kevin
Message:

Make command changed to build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port1.0/portinstall.tcl

    r948 r949  
    5757    ui_msg "$UI_PREFIX Installing $portname with target ${build.target.install}"
    5858    set build.target.current ${build.target.install}
    59     if [catch {system "[command make]"}] {
     59    if [catch {system "[command build]"}] {
    6060        ui_error "Installation failed."
    6161        return -code error "Installation failed."
Note: See TracChangeset for help on using the changeset viewer.