summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authormdejong <mdejong@noemail.net>2001-12-19 20:11:54 (GMT)
committermdejong <mdejong@noemail.net>2001-12-19 20:11:54 (GMT)
commit575ab84eb18a464b96ab3447d08fff369b319dc7 (patch)
tree4d35217adc4838e0b01440861280aa7f52e6cd86 /unix/Makefile.in
parenta9065644a9656f12f59aad6cc92836ac3960d761 (diff)
downloadtcl-575ab84eb18a464b96ab3447d08fff369b319dc7.zip
tcl-575ab84eb18a464b96ab3447d08fff369b319dc7.tar.gz
tcl-575ab84eb18a464b96ab3447d08fff369b319dc7.tar.bz2
* unix/Makefile.in: Rename dltest to dlpkgs to
fix problem where lib files were not getting built because dltest/ directory already existed. FossilOrigin-Name: e56caaccb5d57fa87e1b5cc9fc0f47c3f26f6d18
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 1e9e5ad..1d71eed 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.90 2001/12/19 11:03:20 mdejong Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.91 2001/12/19 20:11:55 mdejong Exp $
VERSION = @TCL_VERSION@
@@ -194,7 +194,7 @@ SHLIB_CFLAGS = @SHLIB_CFLAGS@
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 @@ gendate:
# 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