From 4ea0bb7283c0687ed4f102e686deeb6f8a2a89f4 Mon Sep 17 00:00:00 2001 From: mdejong Date: Wed, 19 Dec 2001 20:11:55 +0000 Subject: * unix/Makefile.in: Rename dltest to dlpkgs to fix problem where lib files were not getting built because dltest/ directory already existed. --- ChangeLog | 6 ++++++ unix/Makefile.in | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 54c815c..4b2dbc5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-12-19 Mo DeJong + + * unix/Makefile.in: Rename dltest to dlpkgs to + fix problem where lib files were not getting + built because dltest/ directory already existed. + 2001-12-19 Jeff Hobbs * win/tclWinSerial.c (SerialCheckProc): corrected time 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 -- cgit v0.12