$OpenBSD: patch-Makefile_in,v 1.2 2010/03/20 16:57:30 jasper Exp $

Force-disable running automake when we're using gmake..

--- Makefile.in.orig	Fri Feb  5 11:49:02 2010
+++ Makefile.in	Fri Feb  5 11:50:08 2010
@@ -394,20 +394,6 @@ all: config.h
 
 .SUFFIXES:
 am--refresh:
-	@:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
-	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
-		&& exit 0; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
-	cd $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign  Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	@case '$?' in \
