summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authormdejong <mdejong@noemail.net>2002-07-16 22:44:42 (GMT)
committermdejong <mdejong@noemail.net>2002-07-16 22:44:42 (GMT)
commitd1bbe26303472ef014682732b16fe09afe9f728e (patch)
treec9beb615e2e6295797502be11dc9c58c43c9102c /unix/Makefile.in
parent9a42afa6b4a7fdb10b9f6eb608a87771c139fba2 (diff)
downloadtcl-d1bbe26303472ef014682732b16fe09afe9f728e.zip
tcl-d1bbe26303472ef014682732b16fe09afe9f728e.tar.gz
tcl-d1bbe26303472ef014682732b16fe09afe9f728e.tar.bz2
* unix/Makefile.in: Use dltest.marker file
to keep track of when the dltest package is up to date. This fixes [Tcl bug 575768] since tcltest is no longer linked every time. * unix/dltest/Makefile.in: Create ../dltest.marker after a successful `make all` run in dltest. FossilOrigin-Name: 8e674b1fe2633a597612723e118b6b1fdd956b55
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in11
1 files changed, 6 insertions, 5 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index bb2b999..9e33e45 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -5,7 +5,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.105 2002/07/05 10:38:43 dkf Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.106 2002/07/16 22:44:43 mdejong Exp $
VERSION = @TCL_VERSION@
@@ -194,7 +194,7 @@ SHLIB_CFLAGS = @SHLIB_CFLAGS@
SHLIB_SUFFIX = @SHLIB_SUFFIX@
#SHLIB_SUFFIX =
-DLTEST_TARGETS = dlpkgs
+DLTEST_TARGETS = dltest.marker
# The following symbol is defined to "$(DLTEST_TARGETS)" if dynamic
# loading is available; this causes everything in the "dltest"
@@ -560,12 +560,13 @@ gendate:
<y.tab.c >$(GENERIC_DIR)/tclDate.c
rm y.tab.c
-# The following targets generate the shared libraries in dltest/ that
+# The following target generates the shared libraries in dltest/ that
# are used for testing; they are included as part of the "tcltest"
# target (via the BUILD_DLTEST variable) if dynamic loading is supported
-# on this platform.
+# on this platform. The Makefile in the dltest subdirectory creates
+# the dltest.marker file in this directory after a successful build.
-dlpkgs:
+dltest.marker:
cd dltest ; $(MAKE)
install: install-binaries install-libraries install-doc