From d1eec3b592e0f72cae2a2ee84afdcba0b817b1a1 Mon Sep 17 00:00:00 2001 From: mdejong Date: Mon, 10 Sep 2001 00:40:54 +0000 Subject: * win/Makefile.in: Use TKTEST variable directly instead of depending on the tktest alias. --- ChangeLog | 5 +++++ win/Makefile.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index df70994..6bb8457 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-09-09 Mo DeJong + + * win/Makefile.in: Use TKTEST variable directly + instead of depending on the tktest alias. + 2001-09-08 Mo DeJong * win/mkd.bat: diff --git a/win/Makefile.in b/win/Makefile.in index 2d5df58..fd25731 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -4,7 +4,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.42 2001/08/04 00:29:56 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.43 2001/09/10 00:40:54 mdejong Exp $ TCLVERSION = @TCL_VERSION@ VERSION = @TK_VERSION@ @@ -382,7 +382,7 @@ test: binaries $(TKTEST) ./$(TKTEST) "$(ROOT_DIR_NATIVE)/tests/all.tcl" $(TESTFLAGS) \ | ./$(CAT32) -runtest: tktest +runtest: $(TKTEST) @TCL_LIBRARY="$(TCL_SRC_DIR_NATIVE)/library"; export TCL_LIBRARY; \ TK_LIBRARY="$(ROOT_DIR_NATIVE)/library"; export TK_LIBRARY; \ PATH="$(PATH):$(TCL_BIN_DIR)"; export PATH; \ -- cgit v0.12