Tcl Source Code

Artifact [86c76114a1]
Login

Artifact 86c76114a178e079b682f721e1d536711861a2c5:

Attachment "1161550-tk.patch" to ticket [1161550fff] added by dgp 2005-07-06 03:47:43.
Index: unix/Makefile.in
===================================================================
RCS file: /cvsroot/tktoolkit/tk/unix/Makefile.in,v
retrieving revision 1.105
diff -u -r1.105 Makefile.in
--- unix/Makefile.in	25 May 2005 20:32:33 -0000	1.105
+++ unix/Makefile.in	5 Jul 2005 20:37:24 -0000
@@ -563,7 +563,7 @@
 	TCL_LIBRARY=@TCL_SRC_DIR@/library; export TCL_LIBRARY; \
 	TK_LIBRARY=@TK_SRC_DIR@/library; export TK_LIBRARY; \
 	./tktest $(TOP_DIR)/tests/all.tcl -geometry +0+0 \
-	$(TESTFLAGS) $(TCLTESTARGS)
+	$(TESTFLAGS)
 
 # Tests with different languages
 testlang: tktest
@@ -575,7 +575,7 @@
 	do \
 	LANG=$(lang); export LANG; \
 	./tktest $(TOP_DIR)/tests/all.tcl -geometry +0+0 \
-	$(TESTFLAGS) $(TCLTESTARGS); \
+	$(TESTFLAGS); \
 	done
 
 # Useful target to launch a built tktest with the proper path,...