--- brickos-0.9.0.dfsg.orig/doc/Makefile
+++ brickos-0.9.0.dfsg/doc/Makefile
@@ -28,12 +28,6 @@
 	cp -f ${TEXT_DOCS} ${pkgdocdir} 
 	cp -r images ${pkghtmldir}
 	cp -f *.html ${pkghtmldir}
-	mkdir -p ${pkghtmldir}/HOWTO
-	cp HOWTO/*.html ${pkghtmldir}/HOWTO
-	cp HOWTO.html ${pkghtmldir}/HOWTO
-	@# oops copied extra files, remove them
-	@rm -f $(pkghtmldir)/HOWTO/t1.html
-	@rm -f $(pkghtmldir)/HOWTO.html
 
 chkbuild:
 	@if [ ! -f $(DOCBASE).html ] ;then \
--- brickos-0.9.0.dfsg/configure	2004-01-25 06:25:45.000000000 +0100
+++ brickos-0.9.0.dfsg.patched/configure	2006-11-07 20:03:31.000000000 +0100
@@ -1,4 +1,4 @@
-#!/bin/sh -p
+#!/bin/sh
 # $Id: configure,v 1.10 2004/01/25 05:25:45 stephmo Exp $
 #
 # Generator for brickOS host-OS-dependend Makefile variables
@@ -37,7 +37,8 @@
 #   known PREFIXs of h8*gcc
 TOOL_PREFIX="h8300-hms-
              h8300hms-
-             h8300-hitachi-hms-"
+             h8300-hitachi-hms-
+             h8300-hitachi-coff-"
 
 HMSFULL=""
 #  for each path, do...
