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