Tcl Source Code

Artifact [62e20fb41f]
Login

Artifact 62e20fb41f969dac7e4dc686aa3211bccc3188d3:

Attachment "dltest.patch" to ticket [495096ffff] added by dgp 2001-12-19 23:59:18.
Index: unix/Makefile.in
===================================================================
RCS file: /cvsroot/tcl/tcl/unix/Makefile.in,v
retrieving revision 1.90
diff -u -r1.90 Makefile.in
--- unix/Makefile.in	2001/12/19 11:03:20	1.90
+++ unix/Makefile.in	2001/12/19 16:58:30
@@ -194,7 +194,7 @@
 SHLIB_SUFFIX		= @SHLIB_SUFFIX@
 #SHLIB_SUFFIX		=
 
-DLTEST_TARGETS		= dltest
+DLTEST_TARGETS		= dlpkgs
 
 # The following symbol is defined to "$(DLTEST_TARGETS)" if dynamic
 # loading is available;  this causes everything in the "dltest"
@@ -520,7 +520,7 @@
 # target (via the BUILD_DLTEST variable) if dynamic loading is supported
 # on this platform.
 
-dltest:
+dlpkgs:
 	cd dltest ; $(MAKE)
 
 install: install-binaries install-libraries install-doc