$OpenBSD: patch-Makefile_in,v 1.1 2011/04/24 17:32:24 dcoppa Exp $

Fix building with SEPARATE_BUILD

--- Makefile.in.orig	Sun Feb 27 18:40:24 2011
+++ Makefile.in	Mon Apr 18 19:50:45 2011
@@ -223,7 +223,7 @@ top_srcdir = @top_srcdir@
 SUBDIRS = doc nls src util data
 MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in
 ACLOCAL_AMFLAGS = -I .
-EXTRA_DIST = acinclude.m4 3rd/vim/* 3rd/vim/syntax/*
+EXTRA_DIST = acinclude.m4 $(top_srcdir)/3rd/vim/* $(top_srcdir)/3rd/vim/syntax/*
 all: config.h
 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
 
