summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordas <das>2008-02-27 22:45:31 (GMT)
committerdas <das>2008-02-27 22:45:31 (GMT)
commit41fc5bbfdb6b8ddd54f155e0858ba45e2b3f3224 (patch)
treed29c4b32248e34f7f544650ad2477ee246bca440 /unix/Makefile.in
parentae559634b7b305f4d8c16e010bd926e47a74566a (diff)
downloadtcl-41fc5bbfdb6b8ddd54f155e0858ba45e2b3f3224.zip
tcl-41fc5bbfdb6b8ddd54f155e0858ba45e2b3f3224.tar.gz
tcl-41fc5bbfdb6b8ddd54f155e0858ba45e2b3f3224.tar.bz2
fix dltest dependency for parallel make
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 9b17624..6fdcca2 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.121.2.24 2007/09/19 16:08:39 dgp Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.121.2.25 2008/02/27 22:45:31 das Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -603,7 +603,7 @@ gendate:
# on this platform. The Makefile in the dltest subdirectory creates
# the dltest.marker file in this directory after a successful build.
-dltest.marker:
+dltest.marker: ${STUB_LIB_FILE}
cd dltest ; $(MAKE)
INSTALL_TARGETS = install-binaries install-libraries install-doc @EXTRA_INSTALL@