91334d
From 3b80333b8d98e74bef22e5484b9db2b79310303f Mon Sep 17 00:00:00 2001
91334d
From: rpmbuild <rpmbuild@fedoraproject.org>
91334d
Date: Thu, 20 Feb 2014 19:44:49 +0100
91334d
Subject: [PATCH] never run autogen.sh
91334d
91334d
---
91334d
 Makefile.in | 2 +-
91334d
 1 file changed, 1 insertion(+), 1 deletion(-)
91334d
91334d
diff --git a/Makefile.in b/Makefile.in
91334d
index 41479bd..a5d7368 100644
91334d
--- a/Makefile.in
91334d
+++ b/Makefile.in
91334d
@@ -19,7 +19,7 @@ build_goal:=$(if $(filter build check,$(MAKECMDGOALS)),all)\
91334d
 
91334d
 SRCDIR := @SRC_ROOT@
91334d
 BUILDDIR := @BUILDDIR@
91334d
-GIT_BUILD := $(if $(wildcard $(SRCDIR)/.git),T)
91334d
+GIT_BUILD :=
91334d
 
91334d
 # Run autogen.sh if needed and force make to restart itself.
91334d
 # ... but there are several cases where we do not want to run
91334d
-- 
91334d
2.1.0
91334d