Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 gcl (2.6.10-16) unstable; urgency=high
 .
   * 2.6.11pre test 15
Author: Camm Maguire <camm@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- gcl-2.6.10.orig/makefile
+++ gcl-2.6.10/makefile
@@ -248,7 +248,6 @@ CMPINCLUDE_FILES=$(HDIR)cmpincl1.h $(HDI
 	$(HDIR)lu.h $(HDIR)globals.h  $(HDIR)vs.h \
 	$(HDIR)bds.h $(HDIR)frame.h \
 	$(HDIR)lex.h \
-	$(HDIR)compbas2.h \
 	$(HDIR)compprotos.h  $(HDIR)/immnum.h
 
 OTHERS=$(HDIR)notcomp.h $(HDIR)rgbc.h $(HDIR)stacks.h 
--- gcl-2.6.10.orig/o/makefile
+++ gcl-2.6.10/o/makefile
@@ -58,10 +58,11 @@ X11_INCLUDE=${TK_XINCLUDES} ${HAVE_X11}
 
 MP 	= $(HDIR)/mp.h
 
-CMPINCLUDE_FILES=${HDIR}/compbas.h ${HDIR}/enum.h ${HDIR}/object.h ${HDIR}/vs.h \
-	${HDIR}/bds.h ${HDIR}/frame.h \
-	${HDIR}/lex.h ${HDIR}/eval.h    ${HDIR}/funlink.h \
-	${HDIR}/att_ext.h ${HDIR}/compbas2.h ${HDIR}/compat.h ${HDIR}/cmponly.h
+CMPINCLUDE_FILES=$(HDIR)cmpincl1.h $(HDIR)gclincl.h $(HDIR)compbas.h $(HDIR)type.h $(HDIR)mgmp.h \
+	$(HDIR)lu.h $(HDIR)globals.h  $(HDIR)vs.h \
+	$(HDIR)bds.h $(HDIR)frame.h \
+	$(HDIR)lex.h \
+	$(HDIR)compprotos.h  $(HDIR)/immnum.h
 
 OTHERS=${HDIR}/notcomp.h ${HDIR}/rgbc.h ${HDIR}/stacks.h 
 
