X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/176c45720f3b9e5555fe1084d3e6ea59488c1785..41a83ac163707298d8c4cc4ae7101afac0c3839e:/src/tclx/makefile?ds=sidebyside diff --git a/src/tclx/makefile b/src/tclx/makefile index fae1059..cf90bb7 100644 --- a/src/tclx/makefile +++ b/src/tclx/makefile @@ -65,7 +65,7 @@ libtcl.a: $(TCL_UCB_DIR)/libtcl.a wish: TKX_MAKES runwish -TKX_MAKES: libtk.a +TKX_MAKES: libtk.a tcl cd tkucbsrc; $(MAKE) -$(MAKEFLAGS) all cd tksrc; $(MAKE) -$(MAKEFLAGS) all @@ -83,7 +83,7 @@ libtk.a: $(TCL_TK_DIR)/libtk.a # Also generate a script to point the TCLDEFAULT environment variable # at this file for testing Tcl before its installed. -tcldef: +tcldef: tcl @echo " - Generating temporary TCLDEFAULT file. -" @echo " - Use runtcl script to test Tcl before installing -" @echo " - Use runwish script to test Tk before installing -" @@ -91,7 +91,7 @@ tcldef: @echo "set TCLPATH `pwd`/tcllib" >>tcldef @echo "set TCLINIT `pwd`/tcllib/tclinit.tcl" >>tcldef -runtcl: +runtcl: tcldef @echo ':' >runtcl @echo '# script for testing Tcl before installation' >>runtcl @echo "TCLDEFAULT=`pwd`/tcldef" >>runtcl