--- xgui/makefile.orig	Fri Oct 18 14:39:07 1996
+++ xgui/makefile	Sun Apr  4 14:12:28 1999
@@ -15,14 +15,14 @@
 
 # The following line may need to be altered if the Tcl include
 # files, or the X11 include files are located elsewhere on your system:
-INCLUDES=-I. -I/usr/local/include -I/usr/include/X11
+INCLUDES=-I. -I${LOCALBASE}/include/tcl8.2 -I${X11BASE}/include
 
 # Uncomment this line if running Solaris:
 #MACHINESPEC=-DSOLARIS
 
 OPTIONS=-O2
 
-CFLAGS=$(INCLUDES) $(OPTIONS) $(MACHINESPEC)
+CFLAGS+=$(INCLUDES) $(OPTIONS) $(MACHINESPEC)
 
 OBJECTS = \
 	globals.o \

