$NetBSD: patch-aa,v 1.2 2002/08/26 02:26:26 gson Exp $

--- Makefile.in.orig	Wed Jul 17 04:03:15 2002
+++ Makefile.in
@@ -1,10 +1,10 @@
 # The path to the tcl.h header file
 
-TCL_INCPATH = @TCL_SRC_DIR@/generic
+TCL_INCPATH = @TCL_PREFIX@/include
 
 # The path to the tk.h header file
 
-TK_INCPATH  = @TK_SRC_DIR@/generic
+TK_INCPATH  = @TK_PREFIX@/include
 
 # The path to the X11 include files
 
@@ -28,6 +28,7 @@
 TCL_VERSION = @TCLVER@
 
 CC        = @CC@
+TCL_CC	  = ${CC}
 
 INCLUDES  = ${XINCLUDES} -I${TCL_INCPATH} -I${TK_INCPATH} @AINC@ @NISTINC@
 
