From 51dbb45357db08773e07e3cbb9ace98dff372eaa Mon Sep 17 00:00:00 2001 From: hobbs Date: Tue, 4 Nov 2008 23:54:30 +0000 Subject: * generic/tclPort.h: remove the ../{win,unix}/ header dirs as the build system already has it, and it confuses builds when used with private headers installed. --- ChangeLog | 6 ++++++ generic/tclPort.h | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4ecf365..d0939a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-11-04 Jeff Hobbs + + * generic/tclPort.h: remove the ../{win,unix}/ header dirs as the + build system already has it, and it confuses builds when used with + private headers installed. + 2008-09-25 Don Porter * doc/global.n: Correct false claim about [info locals]. diff --git a/generic/tclPort.h b/generic/tclPort.h index d724c73..7b0d741 100644 --- a/generic/tclPort.h +++ b/generic/tclPort.h @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclPort.h,v 1.6.2.1 2003/04/16 23:31:46 dgp Exp $ + * RCS: @(#) $Id: tclPort.h,v 1.6.2.2 2008/11/04 23:54:30 hobbs Exp $ */ #ifndef _TCLPORT @@ -19,12 +19,12 @@ #include "tcl.h" #if defined(__WIN32__) -# include "../win/tclWinPort.h" +# include "tclWinPort.h" #else # if defined(MAC_TCL) # include "tclMacPort.h" # else -# include "../unix/tclUnixPort.h" +# include "tclUnixPort.h" # endif #endif -- cgit v0.12