Changeset 912 for trunk


Ignore:
Timestamp:
Feb 27, 2008 12:28:23 PM (16 years ago)
Author:
dkearney
Message:

reordered build sequence to avoid change of directory error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.in

    r905 r912  
    8989install_tcl:
    9090        @if test "x@TCLSH@" != "x" ; then \
     91                make -C src/tcl install; \
    9192                cd tcl; $(bindir)/tclsh install.tcl; \
    92                 make -C src/tcl install; \
    9393        fi
    9494
Note: See TracChangeset for help on using the changeset viewer.