$OpenBSD: patch-tests_Makefile_in,v 1.3 2010/12/23 14:34:49 jasper Exp $

Don't enter scanner/, it's causing us to crash on sparc64 with:
../../tools/g-ir-generate --includedir=. --includedir=../../gir annotation-1.0.typelib -o annotation-1.0.tgir
gmake[3]: *** [annotation-1.0.tgir] Segmentation fault (core dumped)

From OpenSolaris' gobject-introspection-02-test-scanner.diff

--- tests/Makefile.in.orig	Wed Dec 22 21:20:46 2010
+++ tests/Makefile.in	Thu Dec 23 15:21:17 2010
@@ -351,7 +351,7 @@ INTROSPECTION_COMPILER_ARGS = \
     --includedir=$(builddir) \
     --includedir=$(top_builddir)
 
-SUBDIRS = . scanner repository offsets warn
+SUBDIRS = . repository offsets warn
 EXTRA_DIST = gimarshallingtests.h
 BUILT_SOURCES = everything.c everything.h Everything-1.0.gir \
 	GIMarshallingTests-1.0.gir
