Fix dependencies in Makefiles to allow parallel compilation.
 tk:
        cd src/tk && $(MAKE) MAKEFLAGS=
 
 tk:
        cd src/tk && $(MAKE) MAKEFLAGS=
 
        cd src/tclx && $(MAKE) MAKEFLAGS=
 
        cd src/tclx && $(MAKE) MAKEFLAGS=
 
        cd src/sim && $(MAKE) MAKEFLAGS=
 
 clean: 
        cd src/sim && $(MAKE) MAKEFLAGS=
 
 clean: 
 
        cd tkucbsrc; $(MAKE) -$(MAKEFLAGS) all
        cd tksrc;    $(MAKE) -$(MAKEFLAGS) all
 
        cd tkucbsrc; $(MAKE) -$(MAKEFLAGS) all
        cd tksrc;    $(MAKE) -$(MAKEFLAGS) all
 
 
 # Also generate a script to point the TCLDEFAULT environment variable
 # at this file for testing Tcl before its installed.
 
 # Also generate a script to point the TCLDEFAULT environment variable
 # at this file for testing Tcl before its installed.
 
        @echo " -       Generating temporary TCLDEFAULT file.     -"
        @echo " - Use runtcl script to test Tcl before installing -"
        @echo " - Use runwish script to test Tk before installing -"
        @echo " -       Generating temporary TCLDEFAULT file.     -"
        @echo " - Use runtcl script to test Tcl before installing -"
        @echo " - Use runwish script to test Tk before installing -"
 
        @echo "set TCLPATH `pwd`/tcllib"                  >>tcldef
        @echo "set TCLINIT `pwd`/tcllib/tclinit.tcl"      >>tcldef
 
        @echo "set TCLPATH `pwd`/tcllib"                  >>tcldef
        @echo "set TCLINIT `pwd`/tcllib/tclinit.tcl"      >>tcldef
 
        @echo ':'                                              >runtcl
        @echo '# script for testing Tcl before installation'  >>runtcl
        @echo "TCLDEFAULT=`pwd`/tcldef"                       >>runtcl
        @echo ':'                                              >runtcl
        @echo '# script for testing Tcl before installation'  >>runtcl
        @echo "TCLDEFAULT=`pwd`/tcldef"                       >>runtcl