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
@@ -234,7 +234,7 @@ gclclean:
 		windows/install.lsp windows/sysdir.bat
 	rm -rf windows/Output
 	rm -f ansi-tests/test_results ansi-tests/gazonk*lsp
-	rm -rf autom4te.cache
+	rm -rf autom4te.cache h/mcompdefs.h
 	rm -f config.log config.cache config.status tmpx $(PORTDIR)/gmon.out gcl.script machine system
 
 clean: gclclean
@@ -248,7 +248,7 @@ 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)compprotos.h  $(HDIR)/immnum.h
+	$(HDIR)compprotos.h  $(HDIR)immnum.h
 
 OTHERS=$(HDIR)notcomp.h $(HDIR)rgbc.h $(HDIR)stacks.h 
 
@@ -283,4 +283,4 @@ kcp:
 	(cd go ; $(MAKE)  "CFLAGS = -I../h -pg  -c -g ")
 	(cd unixport ; $(MAKE) gcp)
 
-.INTERMEDIATE: $(HDIR)/mcompdefs.h
+.INTERMEDIATE: $(HDIR)mcompdefs.h
--- gcl-2.6.10.orig/o/makefile
+++ gcl-2.6.10/o/makefile
@@ -58,11 +58,11 @@ X11_INCLUDE=${TK_XINCLUDES} ${HAVE_X11}
 
 MP 	= $(HDIR)/mp.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
+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 
 
