From 2946576efb1bb076d7567f4cd0e0453ac06ab624 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 18 May 2011 00:29:36 +0000 Subject: [PATCH] Workaround for Octave crashing at extit in the mods and multi_import testcases git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12684 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/test-suite/octave/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/test-suite/octave/Makefile.in b/Examples/test-suite/octave/Makefile.in index 0dbb6a1e5..f12047e74 100644 --- a/Examples/test-suite/octave/Makefile.in +++ b/Examples/test-suite/octave/Makefile.in @@ -3,7 +3,7 @@ ####################################################################### LANGUAGE = octave -OCTAVE = @OCTAVE@ -q +OCTAVE = @OCTAVE@ -qf SCRIPTSUFFIX = _runme.m srcdir = @srcdir@ top_srcdir = @top_srcdir@