$OpenBSD: patch-Imakefile,v 1.2 2004/10/01 06:18:14 robert Exp $
--- Imakefile.orig	Thu Jul  8 03:24:00 2004
+++ Imakefile	Wed Sep 29 11:41:36 2004
@@ -44,13 +44,13 @@
 #
 
 # Full path for directory that will hold the exception handler file:
-EXCEPTION_DIR = .
+EXCEPTION_DIR = $(PREFIX)/share/spim
 
 # Full path for the directory that will hold the executable files:
-BIN_DIR = /usr/unsup/bin
+BIN_DIR = $(PREFIX)/bin
 
 # Full path for the directory that will hold the man files:
-MAN_DIR = /var/unsup/man
+MAN_DIR = $(PREFIX)/man
 
 
 # If you have flex, use it instead of lex.  If you use flex, define this
@@ -250,9 +250,9 @@ shar:
 	mv -f lex.yy.c.xx lex.yy.c
 
 depend::
-	makedepend -w10 *.c
+	makedepend -w10 -I$(X11BASE)/include *.c
 
-#
+#
 # DO NOT DELETE THIS LINE -- make depend depends on it.
 
 buttons.o: spim.h
