Changeset 926 for trunk/Makefile.in


Ignore:
Timestamp:
Mar 6, 2008, 3:52:12 PM (17 years ago)
Author:
dkearney
Message:

switched order of building tcl binding so the Rappture::encoding::encode command and friends are properly registered.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.in

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