$OpenBSD: patch-src_Makefile_in,v 1.1 2016/04/19 11:20:42 kirby Exp $

Fix SEPARATE_BUILD

--- src/Makefile.in.orig	Mon Apr 18 00:44:32 2016
+++ src/Makefile.in	Mon Apr 18 00:45:10 2016
@@ -1189,7 +1189,7 @@ uninstall-am: uninstall-binPROGRAMS
 .PHONY: autorevision.h
 
 autorevision.h autorevision.cache:
-	cd $(top_srcdir) && ./build_tools/autorevision -t h -o $(abs_builddir)/autorevision.cache > $(abs_builddir)/autorevision.h.new
+	cd $(top_srcdir) && ./build_tools/autorevision -t h -o $(abs_srcdir)/autorevision.cache > $(abs_builddir)/autorevision.h.new
 	cmp -s autorevision.h.new autorevision.h && rm autorevision.h.new || mv -f autorevision.h.new autorevision.h
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
