Author: Nicolas Bourdaud <nicolas.bourdaud@gmail.com>
Subject: Octave does not ship versioned mkoctfile any longer
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665051

--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,7 @@ INCOCTAVE = -I /usr/include/octave
 # Octave - local install (e.g. compiled from sources) 
 OCTAVE_VERSION = -3.4.0
 INCOCTAVE = -I /usr/local/include/octave$(OCTAVE_VERSION)/octave 
-OCT           = mkoctfile$(OCTAVE_VERSION)
+OCT           = mkoctfile
 ##########################################################
 
 ##########################################################
--- a/mex/Makefile
+++ b/mex/Makefile
@@ -62,7 +62,7 @@ INCOCTAVE 	= -I /usr/local/include/octav
 #OCTAVE_VERSION 	= 
 #INCOCTAVE 	= -I /usr/include/octave 
 
-OCT           	= mkoctfile$(OCTAVE_VERSION)
+OCT           	= mkoctfile
 ##########################################################
 
 ../libbiosig.$(LIBEXT):
